Skip to content
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

Merged
merged 14 commits into from
Jan 20, 2021
Merged

Save an activity report - frontend #258

merged 14 commits into from
Jan 20, 2021

Commits on Jan 15, 2021

  1. 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}...`)
    jasalisbury committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    6c2a7fe View commit details
    Browse the repository at this point in the history
  2. Change sandbox branch

    jasalisbury committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    887d31f View commit details
    Browse the repository at this point in the history
  3. Fix axe/cucumber tests

    jasalisbury committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    4ddb3e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cec16f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    6c44a02 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'js-saving-activity-report-frontend' of github.com:adhoc…

    …team/Head-Start-TTADP into js-saving-activity-report-frontend
    jasalisbury committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    7ad465f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fd43d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe1492d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5d3565 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. 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
    jasalisbury committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e02f241 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into js-saving-activity-report-frontend

    Conflicts:
    	docs/openapi/paths/activity-reports/activity-recipients.yaml
    	src/services/activityReports.js
    jasalisbury committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    674d37b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b130b4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #121 from HHS/yarn-cleanup

    Cleanup yarn.lock dependencies
    rahearn authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7c10428 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Merge pull request #118 from adhocteam/js-saving-activity-report-fron…

    …tend
    
    Saving activity report - frontend
    jasalisbury authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    8a2df69 View commit details
    Browse the repository at this point in the history