-
Notifications
You must be signed in to change notification settings - Fork 581
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-F08-4] NUSearch #113
base: master
Are you sure you want to change the base?
[CS2103T-F08-4] NUSearch #113
Commits on Oct 29, 2023
-
Merge pull request #136 from kayabuttertoastt/update-parser-testcases
Add Parser testcases
Configuration menu - View commit details
-
Copy full SHA for be7feac - Browse repository at this point
Copy the full SHA be7feacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae30f9 - Browse repository at this point
Copy the full SHA 3ae30f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c861e15 - Browse repository at this point
Copy the full SHA c861e15View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c6e917 - Browse repository at this point
Copy the full SHA 3c6e917View commit details -
Merge pull request #139 from AY2324S1-CS2103T-F08-0/update-roleXXX
Update RoleContainsKeywordsPredicate
Configuration menu - View commit details
-
Copy full SHA for 1be629f - Browse repository at this point
Copy the full SHA 1be629fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 496efc1 - Browse repository at this point
Copy the full SHA 496efc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 063fabe - Browse repository at this point
Copy the full SHA 063fabeView commit details -
Merge pull request #141 from wjacobw/branch-ListTestCase
Add list command test cases and fix some bugs
Configuration menu - View commit details
-
Copy full SHA for b603ac5 - Browse repository at this point
Copy the full SHA b603ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc51c2 - Browse repository at this point
Copy the full SHA 3dc51c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 690a6d9 - Browse repository at this point
Copy the full SHA 690a6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf04ce - Browse repository at this point
Copy the full SHA 7bf04ceView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ed9776 - Browse repository at this point
Copy the full SHA 0ed9776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2bd4d - Browse repository at this point
Copy the full SHA 9b2bd4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5389ce - Browse repository at this point
Copy the full SHA c5389ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc7cc8 - Browse repository at this point
Copy the full SHA 0bc7cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9a557 - Browse repository at this point
Copy the full SHA 0a9a557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d22107 - Browse repository at this point
Copy the full SHA 0d22107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6c902 - Browse repository at this point
Copy the full SHA 5c6c902View commit details -
Merge pull request #144 from AY2324S1-CS2103T-F08-0/add-more-testcases
Add testcases for SampleDataUtil
Configuration menu - View commit details
-
Copy full SHA for 306dc78 - Browse repository at this point
Copy the full SHA 306dc78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f8ed5 - Browse repository at this point
Copy the full SHA 08f8ed5View commit details -
Merge pull request #145 from xxiaoweii/update-testcases-1
Update testcases 1
Configuration menu - View commit details
-
Copy full SHA for 17ba107 - Browse repository at this point
Copy the full SHA 17ba107View commit details -
Merge pull request #143 from AY2324S1-CS2103T-F08-0/update-testcases-1
Update testcases 1 but better
Configuration menu - View commit details
-
Copy full SHA for f13ae9b - Browse repository at this point
Copy the full SHA f13ae9bView commit details -
Change AddressBooKParser's parseCommand method
AddressBookParser used to use a very lengthy switch/case statement to decide which command word was said. This can be shortened by using a map of Strings to CheckedFunctions (functional interfaces that behave like Functions but can throw an error). While this doesn't eliminate the complexity of checking, it does allow for autocomplete to be implemented easier with a unified list of command words, with not much additional cost to current implementations of parsing methods. Let's change it to this equally complex but more easily extensible method of implementation!
Configuration menu - View commit details
-
Copy full SHA for 300624c - Browse repository at this point
Copy the full SHA 300624cView commit details -
Let's add the autocomplete feature that allows users to cycle through command suggestions.
Configuration menu - View commit details
-
Copy full SHA for 4f31050 - Browse repository at this point
Copy the full SHA 4f31050View commit details -
Update to comply with checkstyle
Let's update the changed files to comply with the checkstyle specifications.
Configuration menu - View commit details
-
Copy full SHA for b1ca7ff - Browse repository at this point
Copy the full SHA b1ca7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65afa8a - Browse repository at this point
Copy the full SHA 65afa8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c58879 - Browse repository at this point
Copy the full SHA 0c58879View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2472b16 - Browse repository at this point
Copy the full SHA 2472b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for e08bb1b - Browse repository at this point
Copy the full SHA e08bb1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b1416a - Browse repository at this point
Copy the full SHA 6b1416aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71765a7 - Browse repository at this point
Copy the full SHA 71765a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f07c336 - Browse repository at this point
Copy the full SHA f07c336View commit details -
Configuration menu - View commit details
-
Copy full SHA for d824720 - Browse repository at this point
Copy the full SHA d824720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3056d78 - Browse repository at this point
Copy the full SHA 3056d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 084cc28 - Browse repository at this point
Copy the full SHA 084cc28View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee7b493 - Browse repository at this point
Copy the full SHA ee7b493View commit details -
Configuration menu - View commit details
-
Copy full SHA for 006c237 - Browse repository at this point
Copy the full SHA 006c237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e0c42 - Browse repository at this point
Copy the full SHA 33e0c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f28aa - Browse repository at this point
Copy the full SHA 39f28aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e26d7df - Browse repository at this point
Copy the full SHA e26d7dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0219cf - Browse repository at this point
Copy the full SHA c0219cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf5443 - Browse repository at this point
Copy the full SHA 3cf5443View commit details -
Merge pull request #147 from xxiaoweii/add-more--testcases
Add more testcases
Configuration menu - View commit details
-
Copy full SHA for d8d3682 - Browse repository at this point
Copy the full SHA d8d3682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11129ba - Browse repository at this point
Copy the full SHA 11129baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6891b66 - Browse repository at this point
Copy the full SHA 6891b66View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8a723 - Browse repository at this point
Copy the full SHA ec8a723View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10733f - Browse repository at this point
Copy the full SHA b10733fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c0a34f - Browse repository at this point
Copy the full SHA 1c0a34fView commit details
Commits on Nov 2, 2023
-
Merge pull request #152 from kayabuttertoastt/add-favlist
Implement FavList
Configuration menu - View commit details
-
Copy full SHA for ea932ef - Browse repository at this point
Copy the full SHA ea932efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a08b63 - Browse repository at this point
Copy the full SHA 1a08b63View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8574c5 - Browse repository at this point
Copy the full SHA d8574c5View commit details -
Merge pull request #164 from AY2324S1-CS2103T-F08-0/fix-autocomplete-bug
Fix autocomplete left arrow bug
Configuration menu - View commit details
-
Copy full SHA for 008803d - Browse repository at this point
Copy the full SHA 008803dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3598151 - Browse repository at this point
Copy the full SHA 3598151View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2df122 - Browse repository at this point
Copy the full SHA e2df122View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68e5c0 - Browse repository at this point
Copy the full SHA a68e5c0View commit details -
Merge pull request #165 from AY2324S1-CS2103T-F08-0/update-ug-edit
Add edit feature in UG
Configuration menu - View commit details
-
Copy full SHA for 91d03a5 - Browse repository at this point
Copy the full SHA 91d03a5View commit details -
Merge pull request #166 from kayabuttertoastt/favlist-ug
Updated UserGuide.md
Configuration menu - View commit details
-
Copy full SHA for ca6ba8e - Browse repository at this point
Copy the full SHA ca6ba8eView commit details -
Merge pull request #167 from AY2324S1-CS2103T-F08-0/update-autocomple…
…te-ug Update User Guide to include autocomplete
Configuration menu - View commit details
-
Copy full SHA for ef4e4ba - Browse repository at this point
Copy the full SHA ef4e4baView commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 784c4c8 - Browse repository at this point
Copy the full SHA 784c4c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d7de3 - Browse repository at this point
Copy the full SHA 81d7de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e66d1 - Browse repository at this point
Copy the full SHA 02e66d1View commit details
Commits on Nov 7, 2023
-
Merge pull request #218 from AY2324S1-CS2103T-F08-0/update-ug-format
Update format of the UG
Configuration menu - View commit details
-
Copy full SHA for 95958a9 - Browse repository at this point
Copy the full SHA 95958a9View commit details -
Merge pull request #219 from AY2324S1-CS2103T-F08-0/bugfix-fav-label
Fix Favourite command GUI bug
Configuration menu - View commit details
-
Copy full SHA for 4067d73 - Browse repository at this point
Copy the full SHA 4067d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for acf0339 - Browse repository at this point
Copy the full SHA acf0339View commit details -
Configuration menu - View commit details
-
Copy full SHA for df49c86 - Browse repository at this point
Copy the full SHA df49c86View commit details -
Fix copy-and-paste bug from searchtutorial, searchrole and searchcourse
commands Fix both the bugs in the Quick Start section and their respective dedicated sections for the searchtutorial, searchrole and searchcourse commands, where the command was erroneously written as "search" instead of their actual command words.
Configuration menu - View commit details
-
Copy full SHA for 78f7f53 - Browse repository at this point
Copy the full SHA 78f7f53View commit details -
Fix typo in description of searchtutorial
The description of searchtutorial erroneously says "rle" instead of "tutorial". Let's fix this typo.
Configuration menu - View commit details
-
Copy full SHA for 45ba086 - Browse repository at this point
Copy the full SHA 45ba086View commit details -
Fix misspelling in searchrole description
Let's fix the typo of "role" as "rle" in the description of searchrole command.
Configuration menu - View commit details
-
Copy full SHA for b75e935 - Browse repository at this point
Copy the full SHA b75e935View commit details -
Add different search commands to command summary
Previously, the various search commands were not in the command summary. Let's add a row for each of them.
Configuration menu - View commit details
-
Copy full SHA for 7474371 - Browse repository at this point
Copy the full SHA 7474371View commit details -
Add a warning box for case-sensitivity of commands
Currently, there's no indication that commands are case sensitive. Let's fix that by adding a warning box in the command format section.
Configuration menu - View commit details
-
Copy full SHA for af94d1d - Browse repository at this point
Copy the full SHA af94d1dView commit details -
Fix bugs for: 1. `search` command 2. `searchrole` command 3. `searchtutorial` command 4. `searchcourse` command
Configuration menu - View commit details
-
Copy full SHA for 677c564 - Browse repository at this point
Copy the full SHA 677c564View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b24ea - Browse repository at this point
Copy the full SHA c2b24eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e96364 - Browse repository at this point
Copy the full SHA 9e96364View commit details -
Fix incorrect add command in Command Summary of UG
The command summary's example Add command results in an invalid role error. Let's amend this mistake.
Configuration menu - View commit details
-
Copy full SHA for dee403c - Browse repository at this point
Copy the full SHA dee403cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6ba3a - Browse repository at this point
Copy the full SHA 6c6ba3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce7cab - Browse repository at this point
Copy the full SHA 3ce7cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d2937 - Browse repository at this point
Copy the full SHA 30d2937View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a6d1d - Browse repository at this point
Copy the full SHA e6a6d1dView commit details -
Updated and completed Quick Start section, which was previously incomplete.
Configuration menu - View commit details
-
Copy full SHA for b8acf20 - Browse repository at this point
Copy the full SHA b8acf20View commit details -
Merge pull request #222 from kayabuttertoastt/fix-search-bugs
Fix search bugs
Configuration menu - View commit details
-
Copy full SHA for f6de3de - Browse repository at this point
Copy the full SHA f6de3deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a36ca2 - Browse repository at this point
Copy the full SHA 2a36ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6610b7c - Browse repository at this point
Copy the full SHA 6610b7cView commit details
Commits on Nov 8, 2023
-
Update Mockup UI to be more accurate
Update the UI mockup in the User Guide to be more accurate to the actual product.
Configuration menu - View commit details
-
Copy full SHA for c7334f3 - Browse repository at this point
Copy the full SHA c7334f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4636c1 - Browse repository at this point
Copy the full SHA f4636c1View commit details -
Updated User Guide's search* command error messages
The User Guide's search* command had copy-pasted error messages, that did not match the actual error message printed by the program. Let's rectify that error.
Configuration menu - View commit details
-
Copy full SHA for 4914e1b - Browse repository at this point
Copy the full SHA 4914e1bView commit details -
Update FAQ section of User Guide
Update the FAQ section of the User Guide to use panels, which makes it look more like the CS2103 website
Configuration menu - View commit details
-
Copy full SHA for cc954a2 - Browse repository at this point
Copy the full SHA cc954a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for de211a0 - Browse repository at this point
Copy the full SHA de211a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7819f - Browse repository at this point
Copy the full SHA 2e7819fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c5af4 - Browse repository at this point
Copy the full SHA d5c5af4View commit details -
Merge pull request #220 from wjacobw/bugfix-list-command
fix adding extra fields to list does not show error bug
Configuration menu - View commit details
-
Copy full SHA for 7d72f12 - Browse repository at this point
Copy the full SHA 7d72f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3d50e - Browse repository at this point
Copy the full SHA 5c3d50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72968d5 - Browse repository at this point
Copy the full SHA 72968d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51316d - Browse repository at this point
Copy the full SHA b51316dView commit details -
Merge pull request #225 from wjacobw/bugfix-list-command
Fix help and clear command'd feedback error
Configuration menu - View commit details
-
Copy full SHA for 09816ca - Browse repository at this point
Copy the full SHA 09816caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 967eae7 - Browse repository at this point
Copy the full SHA 967eae7View commit details -
bug fixes: * error message in searchcourse * error message in searchrole * favlist additional input bug yet to fix: * searchcourse empty input bug
Configuration menu - View commit details
-
Copy full SHA for a52ca53 - Browse repository at this point
Copy the full SHA a52ca53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b16a9 - Browse repository at this point
Copy the full SHA 91b16a9View commit details -
Merge pull request #227 from kayabuttertoastt/fix-testing-bugs
Fix search and favlist bugs
Configuration menu - View commit details
-
Copy full SHA for 46af06b - Browse repository at this point
Copy the full SHA 46af06bView commit details -
Update User Guide formatting for optimal PDF viewing experience
Let's update the User Guide so it looks great on a PDF and not just on a website.
Configuration menu - View commit details
-
Copy full SHA for 925e55f - Browse repository at this point
Copy the full SHA 925e55fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b35220 - Browse repository at this point
Copy the full SHA 4b35220View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda5a2c - Browse repository at this point
Copy the full SHA cda5a2cView commit details -
Add input validation for each of the search commands
Let's add back input validation into each of the search commands, after empty arguments check.
Configuration menu - View commit details
-
Copy full SHA for 102093f - Browse repository at this point
Copy the full SHA 102093fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 482ec8d - Browse repository at this point
Copy the full SHA 482ec8dView commit details -
Update test cases to test the new fixed version of the searchtutorial command, changing them since it no longer supports searching multiple tutorials at once.
Configuration menu - View commit details
-
Copy full SHA for 668871f - Browse repository at this point
Copy the full SHA 668871fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 296d23a - Browse repository at this point
Copy the full SHA 296d23aView commit details -
Fix erroneous profile-person conversions
Embarrassingly, a global search-replace accidentally replaced some 'profile' to 'person' words erroneously, resulting in some extremely awkward sentences. Let's fix that!
Configuration menu - View commit details
-
Copy full SHA for 82b0291 - Browse repository at this point
Copy the full SHA 82b0291View commit details -
Fix another erroneous profile-person conversion
Whoops, I missed out one on the previous commit.
Configuration menu - View commit details
-
Copy full SHA for cf09b1a - Browse repository at this point
Copy the full SHA cf09b1aView commit details
Commits on Nov 9, 2023
-
Merge pull request #228 from AY2324S1-CS2103T-F08-0/fix-searchcourse-…
…invalid-input-bug Fix searchcourse invalid input bug
Configuration menu - View commit details
-
Copy full SHA for 29c23cd - Browse repository at this point
Copy the full SHA 29c23cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad7fd3 - Browse repository at this point
Copy the full SHA 4ad7fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a6aac - Browse repository at this point
Copy the full SHA c7a6aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2914b23 - Browse repository at this point
Copy the full SHA 2914b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f58e8 - Browse repository at this point
Copy the full SHA 24f58e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfed2c2 - Browse repository at this point
Copy the full SHA dfed2c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ad4e6 - Browse repository at this point
Copy the full SHA 29ad4e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431c3dc - Browse repository at this point
Copy the full SHA 431c3dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf23a14 - Browse repository at this point
Copy the full SHA cf23a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a8738 - Browse repository at this point
Copy the full SHA f4a8738View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc18889 - Browse repository at this point
Copy the full SHA bc18889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf52ef - Browse repository at this point
Copy the full SHA 9bf52efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3287b20 - Browse repository at this point
Copy the full SHA 3287b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 596deae - Browse repository at this point
Copy the full SHA 596deaeView commit details
Commits on Nov 10, 2023
-
Merge pull request #235 from AY2324S1-CS2103T-F08-0/change-error-mess…
…ages Change output messages
Configuration menu - View commit details
-
Copy full SHA for 718ccf6 - Browse repository at this point
Copy the full SHA 718ccf6View commit details -
Fix finding multiple keywords in search commands
Previously, attempting to search using multiple keywords for the search commands would only yield results of the last keyword entered, due to a bug where the split delimiter was incorrect. Now, users can search for multiple keywords.
Configuration menu - View commit details
-
Copy full SHA for d930dc2 - Browse repository at this point
Copy the full SHA d930dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e60d3 - Browse repository at this point
Copy the full SHA 23e60d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb0256 - Browse repository at this point
Copy the full SHA 3eb0256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2700fe4 - Browse repository at this point
Copy the full SHA 2700fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f9904 - Browse repository at this point
Copy the full SHA 29f9904View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d37e1 - Browse repository at this point
Copy the full SHA e6d37e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fee88b - Browse repository at this point
Copy the full SHA 6fee88bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da72dd - Browse repository at this point
Copy the full SHA 6da72ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1163724 - Browse repository at this point
Copy the full SHA 1163724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 064a3b5 - Browse repository at this point
Copy the full SHA 064a3b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0106cc4 - Browse repository at this point
Copy the full SHA 0106cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9994a25 - Browse repository at this point
Copy the full SHA 9994a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd6662 - Browse repository at this point
Copy the full SHA 2bd6662View commit details
Commits on Nov 11, 2023
-
Merge pull request #233 from AY2324S1-CS2103T-F08-0/update-dg-autocom…
…plete Update dg autocomplete
Configuration menu - View commit details
-
Copy full SHA for eff2439 - Browse repository at this point
Copy the full SHA eff2439View commit details -
Merge pull request #234 from AY2324S1-CS2103T-F08-0/update-lawruixi-ppp
Update lawruixi ppp
Configuration menu - View commit details
-
Copy full SHA for c332a58 - Browse repository at this point
Copy the full SHA c332a58View commit details -
Merge pull request #236 from AY2324S1-CS2103T-F08-0/fix-search-comman…
…d-multiple-inputs-bug Fix finding multiple keywords in search commands
Configuration menu - View commit details
-
Copy full SHA for 00ead18 - Browse repository at this point
Copy the full SHA 00ead18View commit details -
Merge pull request #237 from AY2324S1-CS2103T-F08-0/remove-nusearch-i…
…con-bg Remove background from NUSearch icon
Configuration menu - View commit details
-
Copy full SHA for d0df153 - Browse repository at this point
Copy the full SHA d0df153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8161220 - Browse repository at this point
Copy the full SHA 8161220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec7384 - Browse repository at this point
Copy the full SHA 3ec7384View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbae47b - Browse repository at this point
Copy the full SHA cbae47bView commit details -
One of the headers were not bolded even though it should have been.
Configuration menu - View commit details
-
Copy full SHA for a59a9e7 - Browse repository at this point
Copy the full SHA a59a9e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8776870 - Browse repository at this point
Copy the full SHA 8776870View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd659f8 - Browse repository at this point
Copy the full SHA cd659f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ac7c0 - Browse repository at this point
Copy the full SHA 90ac7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f8cbdf - Browse repository at this point
Copy the full SHA 7f8cbdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for afd9ef8 - Browse repository at this point
Copy the full SHA afd9ef8View commit details -
Merge pull request #238 from xxiaoweii/name-field-bug
Fix bugs related to Add Command
Configuration menu - View commit details
-
Copy full SHA for 4a34707 - Browse repository at this point
Copy the full SHA 4a34707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3076be6 - Browse repository at this point
Copy the full SHA 3076be6View commit details -
Merge pull request #239 from AY2324S1-CS2103T-F08-0/bugfix-add-tutorial
Fix bug when parsing tutorials
Configuration menu - View commit details
-
Copy full SHA for ad8db4d - Browse repository at this point
Copy the full SHA ad8db4dView commit details -
Merge pull request #231 from wjacobw/branch-UpdateUGDG
Update UG and DG
Configuration menu - View commit details
-
Copy full SHA for ee1732e - Browse repository at this point
Copy the full SHA ee1732eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 408ab69 - Browse repository at this point
Copy the full SHA 408ab69View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2639f - Browse repository at this point
Copy the full SHA ae2639fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 529b729 - Browse repository at this point
Copy the full SHA 529b729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8c1cd - Browse repository at this point
Copy the full SHA 6a8c1cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff03b5d - Browse repository at this point
Copy the full SHA ff03b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c5d41 - Browse repository at this point
Copy the full SHA 89c5d41View commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd05765 - Browse repository at this point
Copy the full SHA bd05765View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e8446 - Browse repository at this point
Copy the full SHA 99e8446View commit details -
Merge pull request #246 from AY2324S1-CS2103T-F08-0/delete-edit-1
Delete edit feature
Configuration menu - View commit details
-
Copy full SHA for 6b4ac54 - Browse repository at this point
Copy the full SHA 6b4ac54View commit details -
Merge pull request #247 from xxiaoweii/name-field-bug
Fix bug related to Add Command
Configuration menu - View commit details
-
Copy full SHA for f3859c6 - Browse repository at this point
Copy the full SHA f3859c6View commit details -
Merge pull request #244 from xxiaoweii/add-command-ug
Add Command UG
Configuration menu - View commit details
-
Copy full SHA for 6b07820 - Browse repository at this point
Copy the full SHA 6b07820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d97f1e - Browse repository at this point
Copy the full SHA 0d97f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 375c1e8 - Browse repository at this point
Copy the full SHA 375c1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd53da - Browse repository at this point
Copy the full SHA fcd53daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9752932 - Browse repository at this point
Copy the full SHA 9752932View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ec8e3 - Browse repository at this point
Copy the full SHA 64ec8e3View commit details -
* fix search validation bugs for all search commands * update testcases for search commands
Configuration menu - View commit details
-
Copy full SHA for 41ec3f8 - Browse repository at this point
Copy the full SHA 41ec3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d713c84 - Browse repository at this point
Copy the full SHA d713c84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4eb2f - Browse repository at this point
Copy the full SHA 6b4eb2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9276bc - Browse repository at this point
Copy the full SHA e9276bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d853ae - Browse repository at this point
Copy the full SHA 2d853aeView commit details -
update userguide to match the changes made to the search commands
Configuration menu - View commit details
-
Copy full SHA for 50daad2 - Browse repository at this point
Copy the full SHA 50daad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb7bdc - Browse repository at this point
Copy the full SHA 1cb7bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7956417 - Browse repository at this point
Copy the full SHA 7956417View commit details -
Merge pull request #255 from kayabuttertoastt/final-bugfix
Fix search validation bug
Configuration menu - View commit details
-
Copy full SHA for 74c3f21 - Browse repository at this point
Copy the full SHA 74c3f21View commit details -
Merge pull request #257 from AY2324S1-CS2103T-F08-0/update-ug-known-i…
…ssues Update FAQ for data file query
Configuration menu - View commit details
-
Copy full SHA for 349e0de - Browse repository at this point
Copy the full SHA 349e0deView commit details -
Merge pull request #256 from AY2324S1-CS2103T-F08-0/branch-revert-issues
Revert issues that violated feature freeze
Configuration menu - View commit details
-
Copy full SHA for 7c52eaa - Browse repository at this point
Copy the full SHA 7c52eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b465b3f - Browse repository at this point
Copy the full SHA b465b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7bfcd0 - Browse repository at this point
Copy the full SHA b7bfcd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 919a0fd - Browse repository at this point
Copy the full SHA 919a0fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbdcc54 - Browse repository at this point
Copy the full SHA fbdcc54View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca61346 - Browse repository at this point
Copy the full SHA ca61346View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 988dcf9 - Browse repository at this point
Copy the full SHA 988dcf9View commit details -
Merge pull request #258 from AY2324S1-CS2103T-F08-0/fry-update-ppp
Update UG and fry's ppp
Configuration menu - View commit details
-
Copy full SHA for d017f5a - Browse repository at this point
Copy the full SHA d017f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c8a13 - Browse repository at this point
Copy the full SHA 08c8a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b9948 - Browse repository at this point
Copy the full SHA b9b9948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39fc301 - Browse repository at this point
Copy the full SHA 39fc301View commit details -
Merge pull request #259 from xxiaoweii/name-field-bug
Revert some changes in PR #238
Configuration menu - View commit details
-
Copy full SHA for 781a3c9 - Browse repository at this point
Copy the full SHA 781a3c9View commit details -
Merge pull request #248 from xxiaoweii/update-PPP
Update xxiaoweii's PPP and DG
Configuration menu - View commit details
-
Copy full SHA for 8464778 - Browse repository at this point
Copy the full SHA 8464778View commit details -
Merge pull request #260 from xxiaoweii/add-command-ug
Update UG with the updated add command
Configuration menu - View commit details
-
Copy full SHA for 5b5df8b - Browse repository at this point
Copy the full SHA 5b5df8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ac8f3 - Browse repository at this point
Copy the full SHA 37ac8f3View commit details -
Update PPP and added activity diagrams for features added
Configuration menu - View commit details
-
Copy full SHA for 88d9476 - Browse repository at this point
Copy the full SHA 88d9476View commit details -
Merge pull request #261 from wjacobw/branch-something
fix list command
Configuration menu - View commit details
-
Copy full SHA for e42112f - Browse repository at this point
Copy the full SHA e42112fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8286b - Browse repository at this point
Copy the full SHA 9f8286bView commit details -
Merge pull request #262 from kayabuttertoastt/update-ppp-dg
Update PPP and DG
Configuration menu - View commit details
-
Copy full SHA for cec43cc - Browse repository at this point
Copy the full SHA cec43ccView commit details -
Add diagrams to DG for search and favlist commands
Configuration menu - View commit details
-
Copy full SHA for 821b3db - Browse repository at this point
Copy the full SHA 821b3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6da06 - Browse repository at this point
Copy the full SHA ff6da06View commit details -
Merge pull request #263 from kayabuttertoastt/final-dg-update
Edit feature description
Configuration menu - View commit details
-
Copy full SHA for 2fbaa89 - Browse repository at this point
Copy the full SHA 2fbaa89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c5fbb - Browse repository at this point
Copy the full SHA 31c5fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c517284 - Browse repository at this point
Copy the full SHA c517284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b02393 - Browse repository at this point
Copy the full SHA 6b02393View commit details -
Configuration menu - View commit details
-
Copy full SHA for c72c0f3 - Browse repository at this point
Copy the full SHA c72c0f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78f6fc - Browse repository at this point
Copy the full SHA b78f6fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2051df - Browse repository at this point
Copy the full SHA f2051dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 248177c - Browse repository at this point
Copy the full SHA 248177cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e8510 - Browse repository at this point
Copy the full SHA 09e8510View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1c5ae - Browse repository at this point
Copy the full SHA ad1c5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3be5a7d - Browse repository at this point
Copy the full SHA 3be5a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39db19 - Browse repository at this point
Copy the full SHA a39db19View commit details -
Configuration menu - View commit details
-
Copy full SHA for e74c6aa - Browse repository at this point
Copy the full SHA e74c6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 776d446 - Browse repository at this point
Copy the full SHA 776d446View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c3cac - Browse repository at this point
Copy the full SHA e7c3cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 263bcf3 - Browse repository at this point
Copy the full SHA 263bcf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e6964a - Browse repository at this point
Copy the full SHA 6e6964aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 946af35 - Browse repository at this point
Copy the full SHA 946af35View commit details -
Merge pull request #273 from AY2324S1-CS2103T-F08-0/update-help-command
Update help command to include missing commands
Configuration menu - View commit details
-
Copy full SHA for c71204b - Browse repository at this point
Copy the full SHA c71204bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6320e7a - Browse repository at this point
Copy the full SHA 6320e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fefe1b - Browse repository at this point
Copy the full SHA 8fefe1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb68c5e - Browse repository at this point
Copy the full SHA cb68c5eView commit details -
Merge pull request #274 from xxiaoweii/add-command-ug
Fix bug related to tutorial
Configuration menu - View commit details
-
Copy full SHA for f4d2b37 - Browse repository at this point
Copy the full SHA f4d2b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0c959 - Browse repository at this point
Copy the full SHA 6d0c959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8fe70 - Browse repository at this point
Copy the full SHA 3e8fe70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6304842 - Browse repository at this point
Copy the full SHA 6304842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5228a - Browse repository at this point
Copy the full SHA 5c5228aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f27333d - Browse repository at this point
Copy the full SHA f27333dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb5a21 - Browse repository at this point
Copy the full SHA 1cb5a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d9673 - Browse repository at this point
Copy the full SHA 41d9673View commit details -
Merge pull request #277 from AY2324S1-CS2103T-F08-0/fix-ug-bugs
Fix some minor errors in UG
Configuration menu - View commit details
-
Copy full SHA for 5c54961 - Browse repository at this point
Copy the full SHA 5c54961View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db8f74 - Browse repository at this point
Copy the full SHA 0db8f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for b04c0a4 - Browse repository at this point
Copy the full SHA b04c0a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd6259 - Browse repository at this point
Copy the full SHA bbd6259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7388927 - Browse repository at this point
Copy the full SHA 7388927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 038cc81 - Browse repository at this point
Copy the full SHA 038cc81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4995aa2 - Browse repository at this point
Copy the full SHA 4995aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a15fb8 - Browse repository at this point
Copy the full SHA 7a15fb8View commit details -
Merge pull request #281 from AY2324S1-CS2103T-F08-0/fry-update-ppp
Update fry's ppp
Configuration menu - View commit details
-
Copy full SHA for d6bfeeb - Browse repository at this point
Copy the full SHA d6bfeebView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca53aa1 - Browse repository at this point
Copy the full SHA ca53aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b9bdf - Browse repository at this point
Copy the full SHA 83b9bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c770ba - Browse repository at this point
Copy the full SHA 0c770baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dfdf01 - Browse repository at this point
Copy the full SHA 7dfdf01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17414bc - Browse repository at this point
Copy the full SHA 17414bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 464ddf0 - Browse repository at this point
Copy the full SHA 464ddf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b90f4 - Browse repository at this point
Copy the full SHA 04b90f4View commit details -
Merge pull request #283 from xxiaoweii/add-command-ug
Fix bugs in UG and Add Command usage message
Configuration menu - View commit details
-
Copy full SHA for 14ade3d - Browse repository at this point
Copy the full SHA 14ade3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8489600 - Browse repository at this point
Copy the full SHA 8489600View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d4d31 - Browse repository at this point
Copy the full SHA b0d4d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 955da55 - Browse repository at this point
Copy the full SHA 955da55View commit details -
Configuration menu - View commit details
-
Copy full SHA for b34778f - Browse repository at this point
Copy the full SHA b34778fView commit details