-
We should define some initial roles for SharpSite and allow administrators to assign those to users:
- [ ] System Admin
- [ ] Editor
- [ ] Writer
A system admin can do anything on the applicat…
-
Description: Build a simple blog platform where users can create, edit, and delete posts.
Features: User authentication, rich text editor for posts, comment section, and tags.
Skills: CRUD operation…
-
### Issue Title: *Create CRUD operations for Album Roles table*
---
**Description**
- Implement CRUD operations for the `album_role` table.
- This table is used to manage user roles for spec…
-
@mjimenezmartin : a bit similar to T-Invito? :)
-
It would be great for (research purposes and others) if this editor could enable users to visualize and edit labelled gaussian point clouds.
Such a feature would require:
- Creation or adoption of…
-
## What are the steps to reproduce this issue?
Follow the instructions at;
https://coldbox.ortusbooks.com/the-basics/models/coding-orm-scaffolding
When running the following command:
`coldbox …
-
### Description of the bug
Using the CRUD component, I want to `setAllRowsVisible(true)`:
crud.getGrid().setAllRowsVisible(true);
This sets `height: auto` on the Grid via `all-rows-visible`…
-
Often several models share the same set of relations and permissions. It would be nice if Authzed schema supported some kind of way of deduplicating these definitions, and possibly also for re-using t…
-
The steps outlined [here](https://backpackforlaravel.com/docs/6.x/crud-fields#ckeditor-custom-builds) for using a custom CKEditor build with the ckeditor field no longer work with the new CKEditor bui…
-
If we have `crud1` and `crud2`, where `crud2` is embedded in a custom tab on `crud1` edit/show view, `crud2` should **(?)** inherit parent spinner. Otherwise we can end up having 2 different spinners …