Skip to content
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

Dennis branch #100

Conversation

LimZeWeiDennis
Copy link

No description provided.

Copy link

@AudreyFelicio AudreyFelicio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command works. The help window appeared when I typed in help command. I think can consider adding the Help command also within the help window since it is technically a command. Approved. Formatting and design I think can be improved later.

Copy link

@Ashley-Lau Ashley-Lau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Help command works. Gui can be improved later.

"format: \nadd n/<name> s/<source of stock> q/<quantity> l/<location in warehouse>\n\n";

public static final String DELETE_DESCRIPTION =
"format: \ndelete sn/<serial number>\n\n";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we include an example which shows the usage of deleting multiple stock?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think it would be good to include deleting multiple stock at once.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted I will include them into the usage!


public static final String UPDATE_DESCRIPTION =
"format(multiple): \nupdate sn/<Serial Number of product> (followed by one of):\n"
+ "q/<+/-><quantity to increment/decrement> nq/<new quantity> n/<new name> "

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on our last meeting, I think prefix for quantity to increment/decrement should be changed to "iq/"?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted! I will include the prefix for the quantity! I will make the necessary changes on the UG as well

Copy link

@amylzting amylzting left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be good to merge after those minor changes!

@LimZeWeiDennis LimZeWeiDennis deleted the dennis_branch branch October 7, 2020 01:46
@AudreyFelicio AudreyFelicio added the type.Task Task that needs to be done label Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type.Task Task that needs to be done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants