helpbuttons / hb-back

backend for helpbuttons
GNU Affero General Public License v3.0
4 stars 2 forks source link

:sparkles: Add private public atribute to networks #116

Closed EvaMarco closed 2 years ago

EvaMarco commented 2 years ago

this PR adds attribute privacy to networks, its value can be private or public.

albjeremias commented 2 years ago

@EvaMarco is missing migrations! ;)

$ yarn migration:generate networkPrivacy

que te va a generar un fichero en src/migrations ;)

EvaMarco commented 2 years ago

Added¡¡ :)

albjeremias commented 2 years ago

it will affect the frontend, won't let us create no more networks, so lets create a branch on the frontend before merging?