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

Added more sample data #169

Merged
merged 1 commit into from Nov 11, 2018

Conversation

nianfei97
Copy link

No description provided.

@nianfei97 nianfei97 added type.task Something that needs to be done, but not a story, bug, or an epic priority.medium Nice to have status.complete The pull request is ready to be merged labels Nov 10, 2018
@nianfei97 nianfei97 added this to the v1.4 milestone Nov 10, 2018
@cjinting-nus
Copy link

Looks great, but the data is not changed for the new Edit command

@cjinting-nus cjinting-nus merged commit c9e2463 into CS2113-AY1819S1-W13-1:master Nov 11, 2018
@@ -10,7 +10,7 @@
public class Tag {

public static final String MESSAGE_CONSTRAINTS = "Tags names should be alphanumeric";
public static final String VALIDATION_REGEX = "\\p{Alnum}+";
public static final String VALIDATION_REGEX = ".+";

Choose a reason for hiding this comment

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

Why the change to accept all characters though

Copy link
Author

Choose a reason for hiding this comment

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

I guess just so that I can have dashes in my group names lol

Choose a reason for hiding this comment

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

Because one of your invalid tags in your sample data was friend* but that's true I'll added dashes and underscores in but no special characters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.medium Nice to have status.complete The pull request is ready to be merged type.task Something that needs to be done, but not a story, bug, or an epic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants