Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.83 KB

Sprint4.md

File metadata and controls

46 lines (34 loc) · 1.83 KB

The goal for the Sprint 4 was to complete the MVP (project development), complete backend unit testing and cypress integration tests for frontend.

Accomplishments

Planning

  • Sprint 4 board created here.

Development and Testing

Backend

  • Wrote unit test cases
    • Login, Logout
    • View posts by the current user
    • View posts by others
    • Edit profile (profile details, password, email)
    • Create posts

Read more about backend in API wiki. Read more about database schema in Database wiki.

Frontend

  • Show verified tick in the verified posts created by others.
  • Add tooltips to the target and current position, company in the post cards.
  • Wrote cypress integration tests
    • Create Posts
    • View posts by the current user
    • View posts by others
    • Edit Profile (profile details, password, email)

Read more about frontend in Front-end wiki.

Documentation

Demo Videos

Refer README