-
Notifications
You must be signed in to change notification settings - Fork 712
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
[CS2103T-F14B-2] TAHub Contacts #151
Open
Zeepheru
wants to merge
547
commits into
nus-cs2103-AY2425S1:master
Choose a base branch
from
AY2425S1-CS2103T-F14B-2:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[CS2103T-F14B-2] TAHub Contacts #151
Zeepheru
wants to merge
547
commits into
nus-cs2103-AY2425S1:master
from
AY2425S1-CS2103T-F14B-2:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…integration feat: person sca integration
…commands feat: add course commands
Rather than both course code and course name
To get an sca just using string queries for matric number, course code, and tut code For use by commands.
That checks for equality based on the primary keys' IDs.
Allow for more specific exception checks
Rely on the SCA::isSameSca() method from earlier for comparisons.
Method (in the exact same form) is being used by several different Parser classes.
* feat: base files for SCA list * feat: add overloaded for SCA list * bugfix: checkstyle * feat: implement sca list storage * feat: update sca list interfaces * feat: add sca list to model manager * feat: implement sca storage * comment out sca test code * fix checkstyle * make tests pass (temporarily) * feat: SCA stores only PK for Person and Course * fix checkstyle * tests: fix tests * fix: update tests * fix: integrate BC changes to AdaptedSCA * fix: tests
…ce-cmds Bunch of miscellaneous changes to SCA, Student, Course, Tutorial Structure
With JsonAdaptedAttendanceSession
And better Javadocs phrasing
Update version number
Edited course name now visible on the Attendace Window.
Attendance code improvements
Fixes from a previous PR
minor refactoring
UG Update for Course-Edit Future Enhancement
docs: UG - remove tags
Add another fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TAHub Contacts is a contact management app that helps them save time by having easy reference to their tutees' contact details, while allowing quick view of other essential data related to the tutee such as grades, participation, GitHub usernames when there is a need to contact them.