Adds version tags to update events in the entity feed:
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.
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:
[ ] run npm run test and npm run lint and confirmed all checks still pass OR confirm CircleCI build passes
[ ] verified that any code or assets from external sources are properly credited in comments or that everything is internally sourced
Closes https://github.com/getodk/central/issues/533
Adds version tags to update events in the entity feed:
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.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:
npm run test
andnpm run lint
and confirmed all checks still pass OR confirm CircleCI build passes