sul-dlss-deprecated / dataloading-management

The vendor management application to support our FOLIO ILS data loading framework.
https://sul-dlss.github.io/dataloading-management/
Apache License 2.0
0 stars 0 forks source link

Implement schedule index page #42

Closed aaron-collier closed 1 year ago

aaron-collier commented 1 year ago

This will be the index display listing data load jobs. The list of jobs should include job id, vendor name, scheduled date, last event date, scheduling sunetid, and status.

The job ID should link to the dataload_job show page.

The list should be sortable, default sort chronologically by last event date.

See the wireframes here: https://docs.google.com/document/d/1WPVC0D6iBEvhRY22zhrtfzLKIOGR8VHYjYTHvCEljB0/edit#heading=h.ubb0mi1qd0uj

When linking to the dataload_job show page, a basic wireframe is acceptable as a placeholder until the layout for that page is complete.