holtzmak / Community-Meal-Planner-Forum

A Flutter and Firebase forum application to support community discussion for meal planning, sustainable practices, development, and education
Creative Commons Attribution Share Alike 4.0 International
2 stars 1 forks source link

Add announcements button, screen, editing, creation.... #77

Closed holtzmak closed 3 years ago

holtzmak commented 3 years ago

Closes #65 .

This PR adds the ability for:

  1. admins to make announcements
  2. admins to edit any announcements
  3. toggling allowing replies on announcements

And also did:

  1. rerun the mock build
  2. refactored how we listen to admin changes

    A lot of code for announcements is reused and should be refactored sometime to reduce duplication. This is hard to do because of the subtle differences between announcement threads and threads that prevent generic typing.

    Probably should just revisit the database service and make that generic instead.


Changes look like: Screen Shot 2021-03-29 at 7 00 25 PM Screen Shot 2021-03-29 at 7 00 52 PM Screen Shot 2021-03-29 at 10 37 16 PM