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

[W14-2] FomoFoto #28

Open
wants to merge 1,137 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Feb 18, 2019

No description provided.

@ghost ghost changed the title [W14-2] Songka [W14-2] FomoFoto Feb 19, 2019
@kylase-learning
Copy link

kylase-learning commented Mar 11, 2019

Feedback (Week 7; v1.1)

Github Project Page

  • Update Project description
  • Update Link to Project Page

README

  • UI Mockup updated in project website
  • Make the project website look like a product home page (aka remove the top nav bar)
  • AB4 acknowledgement
  • Travis badge updated to own fork's
  • Coveralls badge updated to own fork's

Project Page

  • Update to remove AB4 reference
  • Travis badge updated to own fork's
  • Coveralls badge updated to own fork's

About Us page

  • Updated with photos
  • Roles and components assigned

UG/DG feedback will be provided to you in the documents.

cchj1995 pushed a commit to cchj1995/addressbook-level4 that referenced this pull request Mar 11, 2019
yonggqiii pushed a commit to yonggqiii/main that referenced this pull request Mar 12, 2019
update user guide - delete findtag command
@Override
public CommandResult execute(Model model, CommandHistory history) {
if (this.brightnessValue.isPresent()) {
seedu.address.model.image.Image initialImage = new seedu.address
Copy link

@kylase-learning kylase-learning Mar 22, 2019

Choose a reason for hiding this comment

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

You can do an import seedu.address.model.image.Image then this will be just Image initialImage = new Image(...)

If you are concerned with the class name clash, you can name your Image class as FFImage.

private String fileName;

public CropCommand(int x, int y, int width, int height, String image) {
xCoord = x;

Choose a reason for hiding this comment

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

A suggestion to store your coordinates is to store them as tuples, where you can easily if 2 coordinates are equal and access the x and y values as .x or .y.

throw new ParseException(String.format(MESSAGE_INVALID_TYPE, ImportCommand.MESSAGE_USAGE));
}
} catch (IOException e) {
System.out.println(e.toString());

Choose a reason for hiding this comment

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

Instead of println, you should log it as an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants