AgileVentures / MetPlus_tracker

Git Repository for the Waffle issue in MetPlus project
2 stars 4 forks source link

Case Manager home page #230

Closed joaopapereira closed 8 years ago

joaopapereira commented 8 years ago

As a registered Case Manager I want a home page with relevant information.

joaopapereira commented 8 years ago

Create the page controller and view Create a list of all the items that should be displayed to the Case Manager

Ex:

sidhene commented 8 years ago

New wrinkle: I believe it's not only possible but likely that the same person could be both a job developer and a case manager.

If this were so, we can't send them to two different pages at once. But we can have an agency_person/home page and display the relevant information with conditional statements. I'll bring this up today in Scrum.

sidhene commented 8 years ago

Additional requirement: redirect to this page after AgencyPerson login (carried from 226)

sidhene commented 8 years ago

Is this done? We have the page controller and view. We have the redirect (which is what I was planning to do today).

The next step is to either break out the jobseeker lists into reusable partials, or generate them in place, the way we have JS lists for the JD role now. The creation of these two lists are stories #231 and #234.

Moving to 'needs review' for discussion at standup. I'll pick up another CM story.