pinballmap / pbm-react

PBM React Native: iOS & Android Apps
https://pinballmap.com/app
GNU General Public License v3.0
33 stars 9 forks source link

Edit and delete your own machine comments #551

Closed RyanTG closed 3 months ago

RyanTG commented 4 months ago

API functionality is pending. See this issue: https://github.com/pinballmap/pbm/issues/1576

More to come.

RyanTG commented 3 months ago

Okay, API functionality exists, so this is ready for the app. https://github.com/pinballmap/pbm/blob/master/app/controllers/api/v1/machine_conditions_controller.rb

Commits: https://github.com/pinballmap/pbm/commit/50436fd94fd29a33a480ebb0ec7530835ddd5b49 https://github.com/pinballmap/pbm/commit/d34a7323c504c5aff6675728a190737c060c0233

RyanTG commented 3 months ago

Design considerations:

UPDATE

DELETE

MISC NOTES

User submissions / Recent Activity isn't impacted by any of this. Those retain the original messages as a log, and they do not generate a new user submission when an edit is made.