You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In-country stakeholders will want to be able to manage various aspects of crop information available in the app. This should be supported in the admin dashboard app
Describe the solution you'd like
Create crop-information module in dashboard apps\picsa-apps\dashboard\src\app\modules
Add routing and home page for created module and sidebar link in apps\picsa-apps\dashboard\src\app\app.component.ts
Create DB table to manage crop varieties. columns should include name, water_lower, water_upper, length_lower, length_upper as used in example crop probability calculations. Will need generated UID column as variety name assumed non-unique (different locations specify different water requirements for same variety)
Create / (home) page component and table to list crop information table from db (can just manually populate a couple example crop info rows to db for testing, will migrate full list later)
Create /edit page component and UI to add and edit crop variety information
Is your feature request related to a problem? Please describe.
In-country stakeholders will want to be able to manage various aspects of crop information available in the app. This should be supported in the admin dashboard app
Describe the solution you'd like
crop-information
module in dashboardapps\picsa-apps\dashboard\src\app\modules
apps\picsa-apps\dashboard\src\app\app.component.ts
/
(home) page component and table to list crop information table from db (can just manually populate a couple example crop info rows to db for testing, will migrate full list later)/edit
page component and UI to add and edit crop variety informationAdditional context
yarn start:dashboard
resources
module of the dashboard codebaseapps\picsa-apps\dashboard
The text was updated successfully, but these errors were encountered: