Change log page#1697
Conversation
|
Visit the preview URL for this PR (updated for commit bf25f73): https://ent-ror-abzu-dev--pr1697-changelog-report-zo9tw3h7.web.app (expires Thu, 16 Apr 2026 07:53:12 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 062563fce35e36a421ef531ddfc5db6c937ea3b1 |
Made custom queries for change log page.
|
Would be useful with some links from the changelog back to the stop places / versions maybe? |
| saveDialogError: string; | ||
| } | ||
|
|
||
| class ChangelogPage extends React.Component<Props, LocalState> { |
There was a problem hiding this comment.
Avoid using class component.
Also, this should be split up into more components for composition. The fact that botht he component and the container are called "ChangelogPage" is a bit of a bad sign in terms of code design. Maybe there is a solution that composes multiple component in the container?
|
|
Preview for this PR in https://ent-ror-abzu-dev--preview-1697-changelog-report-ucf9ktv1.web.app |
|


Summary
Adds a Changelog page that lets users search for recent stop place changes using the same modality, topographical, and free-text filters available on the main search page. Results are displayed in a sortable table
with expandable rows showing the full version history per stop place. Users can save, load, and delete named filter presets that persist across sessions via localStorage.
Issue
No existing issue — full description below.
Motivation:
Operators need an audit trail view to see which stop places were recently changed, who changed them, and what comment was left. The existing Report page covers search, but has no changelog/version-history
perspective.
How the code works:
ReportParentStopPlace fragments.
Technical decisions:
container/component pattern in this codebase.
Unit tests
Documentation
No new configuration options were added.