-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save an activity report - frontend #258
Commits on Jan 15, 2021
-
Can save an activity report on the frontend
* Reports are saved anytime a user navigates to a new page * Reports are automattically saved every 2 minutes (separate timer from the save on navigation) * New reports are created, previously created reports are updated on save * Multiselects can handle objects in addition to strings * Names of fields updated to match database field names * Last save time displayed under the sticked report navigator * Previously saved reports can be viewed by entering their id in the path of the url (`/activity-reports/{id}...`)
Configuration menu - View commit details
-
Copy full SHA for 6c2a7fe - Browse repository at this point
Copy the full SHA 6c2a7feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 887d31f - Browse repository at this point
Copy the full SHA 887d31fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ddb3e6 - Browse repository at this point
Copy the full SHA 4ddb3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec16f9 - Browse repository at this point
Copy the full SHA cec16f9View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c44a02 - Browse repository at this point
Copy the full SHA 6c44a02View commit details -
Merge branch 'js-saving-activity-report-frontend' of github.com:adhoc…
…team/Head-Start-TTADP into js-saving-activity-report-frontend
Configuration menu - View commit details
-
Copy full SHA for 7ad465f - Browse repository at this point
Copy the full SHA 7ad465fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd43d9 - Browse repository at this point
Copy the full SHA 9fd43d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe1492d - Browse repository at this point
Copy the full SHA fe1492dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d3565 - Browse repository at this point
Copy the full SHA c5d3565View commit details
Commits on Jan 19, 2021
-
Revert API back to returning more general objects
The API now returns generic objects instead of objects setup for `react-select`. The frontend is responsible for formatting the objects into the proper format
Configuration menu - View commit details
-
Copy full SHA for e02f241 - Browse repository at this point
Copy the full SHA e02f241View commit details -
Merge branch 'main' into js-saving-activity-report-frontend
Conflicts: docs/openapi/paths/activity-reports/activity-recipients.yaml src/services/activityReports.js
Configuration menu - View commit details
-
Copy full SHA for 674d37b - Browse repository at this point
Copy the full SHA 674d37bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b130b4 - Browse repository at this point
Copy the full SHA 0b130b4View commit details -
Merge pull request #121 from HHS/yarn-cleanup
Cleanup yarn.lock dependencies
Configuration menu - View commit details
-
Copy full SHA for 7c10428 - Browse repository at this point
Copy the full SHA 7c10428View commit details
Commits on Jan 20, 2021
-
Merge pull request #118 from adhocteam/js-saving-activity-report-fron…
…tend Saving activity report - frontend
Configuration menu - View commit details
-
Copy full SHA for 8a2df69 - Browse repository at this point
Copy the full SHA 8a2df69View commit details