getodk / central-frontend

Vue.js based frontend for ODK Central
https://docs.getodk.org/central-intro/
Apache License 2.0
32 stars 56 forks source link

Entity version tag on update events in entity feed #891

Closed ktuite closed 10 months ago

ktuite commented 10 months ago

Closes https://github.com/getodk/central/issues/533

Adds version tags to update events in the entity feed:

Screenshot 2023-11-16 at 4 45 36 PM

Also made the tags into links that go to #v<version> the anchor tag for that version. Not sure if this is useful or distracting.

Screenshot 2023-11-16 at 4 46 25 PM

I didn't add the version to the first entity create event. I could, I'm just not sure it flows as well after "Created Entity

What has been done to verify that this works as intended?

tests and trying it

Why is this the best possible solution? Were any other approaches considered?

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

Does this change require updates to user documentation? If so, please file an issue here and include the link below.

Before submitting this PR, please make sure you have: