Update Tim's Journal authored by Timothy Catana's avatar Timothy Catana
...@@ -158,13 +158,13 @@ variable being modified both in the if statement and out of it. ...@@ -158,13 +158,13 @@ variable being modified both in the if statement and out of it.
### Add Repo Game Plan ### Add Repo Game Plan
- Each repository has a unique `project ID`, which is different from its `group ID`. - Each repository has a unique `project ID`, which is different from its `group ID`.
- I am going to create a new `addRepoPage` which will ask the student to input the project ID of the repo they want to add - I am going to create a new `addRepoPage` which will ask the student to input the `project ID` of the repo they want to add
- Naturally, the Database for these repos will have a `projectID` value functioning similar to the `groupID` value in instructorConfiguration db - Naturally, the Database for these repos will have a `projectID` value functioning similar to the `groupID` value in instructorConfiguration db
### Add New Repo Page ### Add New Repo Page
- I did not start on this yet, but for the sake of uniformity, it will have the same aethetic as the `NewCoursePage.js` - I did not start on this yet, but for the sake of uniformity, it will have the same aethetic as the `NewCoursePage.js`
- The page will ask the user to input the project id of the repo they want to add. - The page will ask the user to input the `project ID` of the repo they want to add.
- There should also be a help button to tell the student how to find the projectID (but this isn't necessary) - There should also be a help button to tell the student how to find the `projectID` (but this isn't necessary)
3:49 PM - Done work 3:49 PM - Done work
\ No newline at end of file