Use case that triggered this req
A user needs to know when Assays have been uploaded into the Q sample. Today, the person is accessing each Q sample to see if there are new assays for any.
Idea
In order to make a general solution, we could add a column in the Sample's listing, showing the last modified date. The date should be updated when any sample's attribute is modified, including Assays or Notes.
Acceptance criteria
- I attach an Assay to a Sample, save, and in the list of samples, it's shown with today's date in a
Modified column.
- I make any modification to a sample, and the
Modified date is updated with today`s date.
- I have a way to quickly find the samples that were modified most recently.
Options for finding samples that were modified recently
- Allowing to sort by Modified, descending. Sorting hasn't been implemented anywhere else in the site.
- Allowing to filter by a start/end date. This has been implemented in the Batches list.
- Adding a dropdown filter labeled "Modified" with these options: today, yesterday, last 7 days, last 30 days, last 60 days, last year.
Use case that triggered this req
A user needs to know when Assays have been uploaded into the Q sample. Today, the person is accessing each Q sample to see if there are new assays for any.
Idea
In order to make a general solution, we could add a column in the Sample's listing, showing the last modified date. The date should be updated when any sample's attribute is modified, including Assays or Notes.
Acceptance criteria
Modifiedcolumn.Modifieddate is updated with today`s date.Options for finding samples that were modified recently