... | ... | @@ -834,4 +834,23 @@ Master A-<name> B-<name> C-<name> D-<name> |
|
|
- When something isn't fetched properly, usually we just set a the variable we are using to the error's response data
|
|
|
- This just crashes the site
|
|
|
- Maybe we can have cleaner error handling and just prevent the program from continuing any calculation if a required variable isn't fetched properly
|
|
|
- Also, we can simply just show a alert or a quick message saying "unable to get ______" for example |
|
|
\ No newline at end of file |
|
|
- Also, we can simply just show a alert or a quick message saying "unable to get ______" for example
|
|
|
|
|
|
# October 13
|
|
|
|
|
|
# Overview
|
|
|
|
|
|
- Started working on QA document (it's taking longer than I thought)
|
|
|
- Fixed some issues
|
|
|
|
|
|
# Closed Issues
|
|
|
|
|
|
### #276
|
|
|
|
|
|
- Added the studentConfiguration table to the python script that generates the test database
|
|
|
|
|
|
### #280
|
|
|
|
|
|
- Turns out, `item.id = item.name` is necessary since the selection menu uses the id for to change selection
|
|
|
- It's weird cause we need the projectId to change branches within a repo
|
|
|
- This poses a problem for instructor side branch switching |
|
|
\ No newline at end of file |