1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Location editing, part 1

The plumbing for editing location info has been updated, so that data
can be changed by authorized memebers. Also added a new data point for
locations to store archive links

part 2 will focus on setting up permissions and authorizations as well
as smoothing out adding new members and member roles. an edit link will
be added to locations, which will be visible for members with the
correct permissions
This commit is contained in:
ro
2024-02-20 16:33:49 -06:00
parent 682360c140
commit 2a6b4b2c99
11 changed files with 180 additions and 39 deletions

View File

@ -34,6 +34,7 @@ class Location extends Model
"silence_count",
"created_at",
"updated_at",
"actions_count"
"actions_count",
"archive_links"
];
}