Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rolling board displaying latest course status change #5

Open
ppfish45 opened this issue Sep 3, 2019 · 0 comments
Open

Rolling board displaying latest course status change #5

ppfish45 opened this issue Sep 3, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ppfish45
Copy link
Collaborator

ppfish45 commented Sep 3, 2019

As there are tons of courses being monitored together, such a rolling board will be beneficial for users to get aware of some significant changes and seize the chance to enroll some courses.

To be specific, the backend will continuously update a list containing the latest changes in course status such as:

[
  {
    "Course" : "COMP2012H",
    "Section" : "L1(xxxx)",
    "Type" : "Quota Change",
    "Value" : 30,     # value may be negative
    "Time" : xxxxxxxxxx (an integer time stamp)
  },
  {
    "Course" : "COMP2012H",
    "Section" : "L1(xxxx)",
    "Type" : "Waitlist Advance",
    "Value" : 10,     # value may be negative
    "Time" : xxxxxxxxxx (an integer time stamp)
  }
]

The list can be retrieved by an API (to be developed), supporting customized time range (e.g., the latest 15 minutes). Display the retrieved information like the way in some stock websites (such as https://www.bloomberg.com/asia) will be quite impressive.

@ppfish45 ppfish45 added the enhancement New feature or request label Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant