-
Notifications
You must be signed in to change notification settings - Fork 4
3w: Form to capture project details #640
Comments
Capturing some changes to the design based on discussion with @guipizzini :
@frozenhelium @guipizzini - please let me know if I missed capturing anything. |
More changes after discussing with @guipizzini and @LukeCaley Add following 2 numeric fields
The field are required only if the project's status is completed. This can be implemented in 2 ways:
@LukeCaley to decide which approach to take |
@LukeCaley both @frozenhelium and my strong recommendation here would be to go for option 1 for this - when the user updated the This will guarantee that we can validate the data and make sure that there cannot be Projects where the status is complete and do not have this data filled out. Overall, this seems to me like it's more intuitive for the user, as well as easier to implement. @LukeCaley please let know if it's fine to go ahead with Approach 1 - i.e. Of course, there could be details of the work-flow that we're missing, so if it makes more sense to go with the notifications or another approach, we should discuss that soon. |
@batpad Thanks for outlining the options and for the suggested appraoch. Agreed that this should be the logic. Once we have the prototype we will explore user journeys with the module to understand potential exceptions but the suggestion looks good for now. |
We need to implement a form on the frontend for users to enter details of Projects, that will be aggregated on the Who-What-Where frontend on the Country page.
The design for the form is here: https://projects.invisionapp.com/share/P9SA110GT4S#/screens/369905382
Backend tickets to implement models and API.
This form will post to the API we create on the backend and save
Projects
.Question on the design: currently, there is a button next to the map on the country page that says
Edit
that takes you to this form. I'm not sure how that's supposed to work, or if that button should sayAdd
? If it is meant to beEdit
, which Project should they be editing, since there will be many projects? I will clarify this with the design team.cc @mankamolnar
The text was updated successfully, but these errors were encountered: