/ImageHoster

UpGrad Course 4 Assignment Project

Primary LanguageJava

ImageHoster

Assignment - Software Engineering Frameworks and Server Side Development

TODO

  • Fix problem when images with same title are clicked and cause and error due to multi rows in GetImageByTitle method

  • Add Validation when non owner is trying to edit or delete and image

    • Show Error "Only the owner of the image can edit the image" in case of invalid edit
    • Show Error "Only the owner of the image can delete the image" in case of invalid delete
  • Validate password during user creation and should contain at least 1 alphabet (a-z or A-Z), 1 number (0-9) and 1 special character (any character other than a-z, A-Z and 0-9)

    • Show Error "Password must contain at least 1 alphabet, 1 number & 1 special character" in case of invalid password and user should not be created
  • Create feature to add comments