Skip to content

Latest commit

 

History

History
98 lines (84 loc) · 2.14 KB

File metadata and controls

98 lines (84 loc) · 2.14 KB

Project Plan

Week 3

  • Weekly Reflection

Week 4

  • Weekly reflection
  • Design documents
  • Template/Design CSS
  • User controller
  • User entity
  • User dao
  • Create user database
  • Unit test user dao

Week 5

  • Weekly Reflection
  • Card listing controller
  • Card entity
  • Card dao
  • Create card listing database
  • Unit test card dao
  • Thread post controller
  • Thread entity
  • Thread dao
  • Create thread posts database
  • Unit test thread dao

Week 6

  • Weekly Reflection
  • Reports post controller
  • Report entity
  • Report dao
  • Create reports database
  • Unit test reports dao

Week 7

  • Weekly Reflection
  • User login/register security authentication

Week 8

  • Weekly Reflection
  • User reviews controller
  • Review entity
  • Review dao
  • Create reviews database
  • Unit test review dao

Week 9

  • Weekly Reflection
  • Hover over user's profile in thread posts to see some of their account info such as description

Week 10

  • Weekly Reflection
  • User upload profile images directory
  • User upload card listing images directory

Week 11

  • Weekly Reflection
  • Java image shrinking or expanding (so all images are the same size for profile and card listings)

Week 12

  • Weekly Reflection
  • Sort users
  • Sort threads

Week 13

  • Weekly Reflection
  • Search card listings
  • Search threads

Week 14

  • Weekly Reflection
  • Edit user profile
  • Edit user's card listing
  • Edit user's thread posts or replies

Week 15

  • Weekly Reflection
  • Everything search bar (Searches through all databases except for reports for entered characters)

Week 16

  • Weekly Reflection
  • Check for final touches