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

Add save command #95

Merged
merged 5 commits into from
Apr 3, 2024
Merged

Conversation

Ijaaz01
Copy link

@Ijaaz01 Ijaaz01 commented Apr 3, 2024

No description provided.

@Ijaaz01 Ijaaz01 added this to the v2.0 milestone Apr 3, 2024
@Ijaaz01 Ijaaz01 self-assigned this Apr 3, 2024
@Ijaaz01 Ijaaz01 linked an issue Apr 3, 2024 that may be closed by this pull request
Copy link

@IanFH IanFH left a comment

Choose a reason for hiding this comment

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

Useful function, thanks 👍

Comment on lines +331 to +335
public void printSaveSuccess(String bouquetName) {
System.out.println("Successfully saved " + bouquetName + ". You can find it at 'florizz-out/saved/"
+ bouquetName + ".txt'");
printBreakLine();
}
Copy link

Choose a reason for hiding this comment

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

Minor change but might want to consider adding JavaDoc

@Ijaaz01 Ijaaz01 merged commit 3defca4 into AY2324S2-CS2113-T11-3:master Apr 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As a user I can save a specific bouquet to my device
2 participants