-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update UG and APP parameters #343
Update UG and APP parameters #343
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #343 +/- ##
=========================================
Coverage 81.35% 81.35%
Complexity 1483 1483
=========================================
Files 190 190
Lines 4709 4709
Branches 513 513
=========================================
Hits 3831 3831
Misses 723 723
Partials 155 155 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catches! LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than 1 issue, LGTM!
docs/UserGuide.md
Outdated
@@ -1463,12 +1463,12 @@ Format: `createconsult d/DATE tt/TIME n/STUDENT_NAME…` | |||
#### 📝️Adding Students to a Consultation: `addtoconsult` | |||
You can add your student(s) into a consultation slot if you need to track students in your consultations. | |||
|
|||
Format: `addtoconsult CONSULTATION_INDEX n/STUDENT_NAME…` | |||
Format: `addtoconsult CONSULTATION_INDEX [n/NAME]…` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
names optioal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, fixed!
No description provided.