dbca-wa / science-projects-client

The frontend for SPMS, a science project management and documentation system.
0 stars 0 forks source link

Odd versioning of a Student Progress Report #501

Closed ben3000 closed 1 month ago

ben3000 commented 1 month ago

Following the release of 3.2.4, a Student Progress Report (https://scienceprojects.dbca.wa.gov.au/projects/465/student, STP-2019-57) had dot points when it didn’t previously, but figuring out how is important so we're sure there aren't any bugs causing this.

Where would this have come from? Is it possible to know whether the project lead re-edited the dot point version into the report more recently, say in the last week?

Dot point version included in the AR generated at 2 pm today:

Screenshot 2024-10-03 at 5 13 46 PM

Paragraph version included in the AR generated at 4:32 pm today:

Screenshot 2024-10-03 at 5 16 59 PM
idabblewith commented 1 month ago

@ben3000 Unless looking through logs, we can't see exactly whether Ian made changes in last week (and logs only go back so much). We can see who last edited the doc and when, but not what they did.

Sometimes with PDF/media files its a caching issue - the older pdf might be cached and that's why you see the old version, even after just generating and the new version taking the old file's place - I suspect this to be the case.

Note: No changes were made to how things are saved for the annual report/project documents - only changes to the css/html.

ben3000 commented 1 month ago

Closing on the basis that caching is the most likely cause. If it turns out not to be the case, we can reopen this issue.