ProfessionalWiki / PageApprovals

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add approval details to UI #46

Closed JeroenDeDauw closed 1 day ago

JeroenDeDauw commented 1 week ago

When approved, show a message like:

John Doe approved this page on 2024-04-22

Data is already available in OutputPageUiPresenter

This follows-up to

Related

waximabbax commented 1 week ago

Should Approval Details be visible to the public?

JeroenDeDauw commented 1 week ago

Yes. When looking at a page as any user, I should see the approval state, which includes approved/unnaproved, but also the when and who.

malberts commented 1 week ago

This would presumably also be updated when the API action succeeds. PR to add some Approval state details to the API response: https://github.com/ProfessionalWiki/PageApprovals/pull/62

JeroenDeDauw commented 1 day ago

Is this done?