Update Tim's Journal authored by Timothy Catana's avatar Timothy Catana
...@@ -835,3 +835,22 @@ Master A-<name> B-<name> C-<name> D-<name> ...@@ -835,3 +835,22 @@ Master A-<name> B-<name> C-<name> D-<name>
- This just crashes the site - 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 - 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 - 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