CS2103-AY1819S1-W13-3 / main

ConTAct - A CS2103 project aimed at making a teaching assistant's job easier
https://cs2103-ay1819s1-w13-3.github.io/main/
MIT License
2 stars 5 forks source link

`mark` command issues #101

Closed OrangeJuice7 closed 5 years ago

OrangeJuice7 commented 5 years ago

I didn't have time to check the mark command thoroughly, but here are the issues I have found so far:

alyip98 commented 5 years ago

Hi, thanks for reviewing our app. Could you elaborate on the following points with the expected vs actual behaviour and steps to reproduce?

  • mark show and mark find are successful, adding people with show and find in their names respectively to default. I don't think this is intended behaviour.
  • The mark find sub-command ignores the KEYWORD parameter.
OrangeJuice7 commented 5 years ago

Could you elaborate on the following points with the expected vs actual behaviour and steps to reproduce?

  • mark show and mark find are successful, adding people with show and find in their names respectively to default. I don't think this is intended behaviour.

Steps to reproduce:

Similar output is given for the mark show command.

  • The mark find sub-command ignores the KEYWORD parameter.

Sorry about this. I've tested it again, and the command treats the KEYWORD parameter as additional keywords to find. The command doesn't ignore it. Continuing on from the above steps:

Hope this has been helpful to you.

OrangeJuice7 commented 5 years ago

As a suggestion, may I recommend that the mark command be split into several commands? e.g. findmark, showmarks... I think this option would make it easier for you to enforce the structure for each sub-function of the mark command.