codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
24 stars 23 forks source link

Reroute Civic Profile and disable Financial Info form #651

Open andycwilliams opened 3 weeks ago

andycwilliams commented 3 weeks ago

Describe the Current Behavior/Feature:

The first issue is that the Civic Profile landing page does not contain anything to distinguish it as its own page:

2024-06-04 (2)

So there's little reason for the user to be directed to that page.

Secondly, as opposed to the other forms in the Civic Profile, the functionality for Financial Info is not in place. As a result, it is empty:

2024-06-04 (3)

Rationale:

As we move towards MVP, we have to trim (if temporarily) any features that we don't expect to be fully ready in time.

Directing the user to the Civic Profile landing page right not just makes them perform an extra click to access any of the functionality (aka the two forms). It would be a bit more intuitive to just direct them to the Basic Information form itself.

As for the Financial Information form, the Basic and Housing forms cover all of the form functionality currently written. Thus Financial Information has no use at this time.

Proposed Changes:

Additional Context:

These tasks may be simpler if #634 were to be done first but it is not necessary.

sarthakChauhan12 commented 3 weeks ago

Can I work on this issue?