Use *_admin transactions for admin actions #109
Labels
project:core
status:wontfix
type:discussion
Discussion or ideas for future direction, input welcome (don't be shy)
Milestone
For instance in
Company::delete
we have anOption<Member>
where we should just haveMember
(orMembership
#108) but we have a weird placeholder for the Member in case it's an admin deleted. That should really be a different transaction, with the same base call.Note to self:
:vim /Permission.*Admin/gj **/*.rs
:transactions/user.rs
- This was already the case. Good job.- Removed admin management for companies. Smash hierarchies, comrade.transactions/company.rs
Yeah, not going to bother with this one. Marking done.transactions/events/work.rs
(I don't think this applies, although maybe it does...)The text was updated successfully, but these errors were encountered: