abartov / bybeconv

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

Implement full-feautred collection CRUD #409

Open damisul opened 1 month ago

damisul commented 1 month ago

Currently we have very basic CRUD operations with zero design. We need to update it to allow:

I'd propose to implement it using SimpleForm gem

damisul commented 2 weeks ago

This PR updates UI to create/edit collections and linked involved authorities https://github.com/abartov/bybeconv/pull/412

UI to edit items is to be done