Skip to content

Commit

Permalink
Added some todos and update artifacts page title
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondap committed Jan 19, 2024
1 parent 873bf0d commit 99c2653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- [ ] Ensure we can validate loose bags (directories)
- [ ] Ensure we can upload directories (recursive file list?)
- [ ] BUG - Job Metadata page won't load if packaging format is not BagIt
- [ ] Remove allows upload / allows download from StorageService
- [ ] When serializing StorageService in job display JSON, redact password
- [ ] Consider displaying export settings json in collapsible format
- [ ] Code refactor (de-dupe: Code Climate). We currently have lots of duplicate code, especially in tests.
- [ ] Automated UI testing (Selenium)
- [ ] Centralize test code for loading JSON fixtures. (Too much duplication right now.)
Expand Down
2 changes: 1 addition & 1 deletion server/views/job/artifact.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="row mb-5">
<div class="col-12">
<h2>Artifacts for {{ .job.Name }}</h2>
<h2>Artifacts for job {{ .job.Name }}</h2>
<p>Artifacts are listed in reverse chronological order, with those from the job's most recent run listed first.</p>
</div>
</div>
Expand Down

0 comments on commit 99c2653

Please sign in to comment.