revaturelabs / caliber-2-meta

Meta Repository for Caliber 2
5 stars 1 forks source link

View All Trainers #67

Open Quinn-Donnelly opened 5 years ago

Quinn-Donnelly commented 5 years ago

As a VP I can view all trainer information

LTCHIPS commented 5 years ago

What sort of information about the Trainer should be viewable here? The Java POJO in the back end has the following fields:

(Ones marked with * are ones that I currently have viewable in the view)

LTCHIPS commented 5 years ago

Naresh wanted a user story update so here it is:

  1. Scope out requirements (what to code): (1 hour) (Done)
  2. Write DAO for trainer: (0 hours, it was already written) (Done)
  3. Write Service and Controller classes for trainer: (0 hours, already written) (Done)
  4. Write unit tests for back end portion of feature (0 hours, all services/DAOs relevant in populating the view already had unit tests written) (Done)
  5. Develop Angular component/services (3 hours) (Done)

Total time spent on feature: 4 hours

echano commented 5 years ago

What sort of information about the Trainer should be viewable here? The Java POJO in the back end has the following fields:

(Ones marked with * are ones that I currently have viewable in the view)

  • TrainerId
  • Name *
  • Title *
  • Email *
  • Tier *
  • Password

Designed to show only:

for the table and

VP will be able to view list of all trainers upon clicking "Settings > Trainers"

cjpacquing commented 5 years ago

Tested View All Trainers in Angular (completed).

LTCHIPS commented 5 years ago

View all trainers has been merged in dev.