Project: Artistic AddressBook

Artistic Addressbook (ArB) is a desktop app for artists, meant to help with efficiently managing clients and project information.

Given below are my contributions to the project.

  • Code contributed: RepoSense link

  • Project management:
    • Group member
      • Attended weekly meetings
    • Reviewed PRs for team members
  • Enhancements to existing features:
    • Edit feature of project
      • Allow existing projects in project list to be edited
      • Allow optional fields of project to be nullable
      • Relevant tests implemented
    • Edit feature of client
      • Allow existing clients in client list to be edited
      • Allow optional fields of client to be nullable
      • Relevant tests implemented
    • Overdue feature of project
      • Overdue projects have Overdue status instead of DONE or NOT DONE
  • Documentation:
    • Contributions to User Guide
      • Syntax and prefixes
    • Contributions to Developer Guide
      • Overdue status for projects
      • Added user stories relevant to our app
      • Added use cases relevant to our app