mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 03:14:24 -06:00
Add analysis section to README
This commit is contained in:
17
README.md
17
README.md
@@ -13,7 +13,7 @@ A discord bot for executing queries & searches on the Ellucian Banner instance h
|
|||||||
- ICS Download (get a ICS download of your classes with location & timing perfectly - set for every class you're in)
|
- ICS Download (get a ICS download of your classes with location & timing perfectly - set for every class you're in)
|
||||||
- Multi-term Querying (currently the backend for searching is kinda weird)
|
- Multi-term Querying (currently the backend for searching is kinda weird)
|
||||||
- Full Autocomplete for Every Search Option
|
- Full Autocomplete for Every Search Option
|
||||||
- Metrics, Log Query, Priviledged Error Feedback
|
- Metrics, Log Query, Privileged Error Feedback
|
||||||
- Search for Classes
|
- Search for Classes
|
||||||
- Major, Professor, Location, Name, Time of Day
|
- Major, Professor, Location, Name, Time of Day
|
||||||
- Subscribe to Classes
|
- Subscribe to Classes
|
||||||
@@ -29,4 +29,17 @@ A discord bot for executing queries & searches on the Ellucian Banner instance h
|
|||||||
- "2-3 PM" -> Start within 2:00 PM to 3:59 PM
|
- "2-3 PM" -> Start within 2:00 PM to 3:59 PM
|
||||||
- "ends by 2 PM" -> Ends within 12:00 AM to 2:00 PM
|
- "ends by 2 PM" -> Ends within 12:00 AM to 2:00 PM
|
||||||
- "after 2 PM" -> Start within 2:01 PM to 11:59 PM
|
- "after 2 PM" -> Start within 2:01 PM to 11:59 PM
|
||||||
- "before 2 PM" -> Ends within 12:00 AM to 1:59 PM
|
- "before 2 PM" -> Ends within 12:00 AM to 1:59 PM
|
||||||
|
|
||||||
|
## Analysis Required
|
||||||
|
|
||||||
|
Some of the features and architecture of Ellucian's Banner system are not clear.
|
||||||
|
The follow features, JSON, and more require validation & analysis:
|
||||||
|
|
||||||
|
- Struct Nullability
|
||||||
|
- Much of the responses provided by Ellucian contain nulls, and most of them are uncertain as to when and why they're null.
|
||||||
|
- Analysis must be conducted to be sure of when to use a string and when it should nillable (pointer).
|
||||||
|
- Multiple Professors / Primary Indicator
|
||||||
|
- Mulltiple Meeting Times
|
||||||
|
- Meeting Schedule Types
|
||||||
|
- AFF vs AIN vs AHB etc.
|
||||||
Reference in New Issue
Block a user