-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Joshua edited this page Aug 2, 2021
·
3 revisions
This project was created in-order to solve the demanding task (not really) of manually checking other student timetables for matching classes.
The real reason for this project (and this GitHub Organisation) is to gain more experience working in team environments and collaborating together on a project.
For this project, we wanted to lay out a fixed set of requirements to reduce development time and complexity, since most of us are full-time students with lives to live.
The following are the base requirements, these will be shared for both the web interface and discord bot.
- Upload Timetable - students can upload their timetable using QUT's Timetable Planner. (Working on better solution)
- Discover Others - students can discover others that share the same class(es).
- Multiple Connections - students can specify their best contact method(s) for others to get in touch.
- Passwordless - simpler and somewhat more secure approach to authentication.
As the project progresses, this wiki will be updated with docs explaining different components of the project.