activist-org / activist

An open-source activism platform
https://activist.org
GNU Affero General Public License v3.0
257 stars 203 forks source link

Remove M2M bridge table serializers #986

Open andrewtavis opened 1 month ago

andrewtavis commented 1 month ago

Terms

Description

In recent discussions we realized that with Django should be able be able to get rid of the defined M2M tables that we're referring to as bridge tables - specifically tables like organization_event as these would be autogenerated by the backend. This task would plan this out including if and how the connection to the frontend needs to change.

Contribution

Happy to plan this out and help with implementation! :blush:

andrewtavis commented 1 month ago

CC @to-sta: I figured we should make an issue for this :)

jairajsahgal commented 4 weeks ago

I want to help in this, however, i would require more information regarding the requirement.

andrewtavis commented 5 days ago

Hey @jairajsahgal 👋 Sorry, this message must have slipped under the radar :) @to-sta: Do you want to check out the most recent version of main and let us know what the changes that are needed are more specifically? Maybe we can then split the work up a bit?