-
Notifications
You must be signed in to change notification settings - Fork 525
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
[CS2103-T16-3] ResiReg #79
Open
mkeoliya
wants to merge
462
commits into
nus-cs2103-AY2021S1:master
Choose a base branch
from
AY2021S1-CS2103-T16-3: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
[CS2103-T16-3] ResiReg #79
mkeoliya
wants to merge
462
commits into
nus-cs2103-AY2021S1:master
from
AY2021S1-CS2103-T16-3: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
Criss-Wang
pushed a commit
to Criss-Wang/tp
that referenced
this pull request
Sep 25, 2020
…page Update team member page & description
li-s
pushed a commit
to li-s/tp
that referenced
this pull request
Oct 10, 2020
…il-branch Delete email field
Codecov Report
@@ Coverage Diff @@
## master #79 +/- ##
============================================
+ Coverage 72.31% 72.73% +0.42%
- Complexity 400 1031 +631
============================================
Files 70 152 +82
Lines 1228 3345 +2117
Branches 124 421 +297
============================================
+ Hits 888 2433 +1545
- Misses 308 802 +494
- Partials 32 110 +78
Continue to review full report at Codecov.
|
BILLXYR
pushed a commit
to BILLXYR/tp
that referenced
this pull request
Oct 14, 2020
…ands Add showBudget and setBudget commands
chunyongg
pushed a commit
to chunyongg/Serenity
that referenced
this pull request
Oct 14, 2020
…tudent Add and delete student
iqbxl
pushed a commit
to iqbxl/fitNUS
that referenced
this pull request
Oct 20, 2020
…-list-routine Find and list Routine
chrystalquek
added a commit
to chrystalquek/tp
that referenced
this pull request
Oct 21, 2020
…nd-command-person Allow for search of contacts by both Name and Description
Problem: an additional Statistics tab was being added after changing from the Student/Room combined view to the separate view.
…tation Add documentation for aliasing and bin features
Chloe/1.3 rooms
Refactor getNextSemester to fix Law of Demeter violation
In the first place, they're not appropriately named. Rooms command is also overloaded to perform fine grained searching, so we modify these commands to keep consistent with Rooms. Tests are failing unfortunately, but this commit will be pushed to bypass CI.
This reverts commit e295f0d.
Allow users to add and delete rooms at any time
- Add documentation for room filtering, toggle-split, adding, removing and editing rooms - Update syntax for student commands
…on-fixes Update DG diagrams and fix formatting errors
…fixes Jingyen/final doc fixes
User Guide - Update allocation screenshots
Fix minor documentation typos
Co-authored-by: mkeoliya <[email protected]>
…fixes Add final_v1 doc fixes
…fixes Fix DG formatting
…fixes Fix pg br
Remove CSV export and billing from README
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.
ResiReg (Residential Regulation) helps residential staff to manage records of students, rooms, room allocations and billing. It is optimized for CLI so that frequent tasks can be completed by residential staff faster than traditional GUIs like Microsoft Excel. A primary benefit of this integrated system for target users (residential staff) is that they do not need to sort through multiple Excel spreadsheets to accomplish a task.