abartov / bybeconv

Project Ben-Yehuda's content management system.
https://benyehuda.org/
Other
10 stars 5 forks source link

Implement CRUD for CorporateBody #307

Closed abartov closed 2 weeks ago

damisul commented 3 months ago

Hey, @abartov

I wonder if you started working on this? If not I can take a look at it. As it maybe a good ticket to introduce simple_form to project (we've discussed this earlier)

abartov commented 3 months ago

No, I haven't. I'm still working on a basic user-facing view of a corporate_body's works (equivalent to authors/toc), just something usable to last us until we entirely replace ToC views with Root-collection-based views. Go ahead and implement the CRUD, making sure to limit access to editors, like in authors and manifestations controllers.

abartov commented 3 months ago

Please branch off my merge_involved_authorities branch, where I have committed changes to corporate_bodies.

abartov commented 3 months ago

Oh, and I'm about to commit some more changes shortly.