-
First of all, thanks for a really nice project. I've been struggling trying to render a table in the frontend with datables from adminlte, but I cannot do it. Will you be so kind to help me out on thi…
-
Create routes test for controllers of **notes** and **users** modules.
**Tasks**
- [ ] #32
- [ ] #33
**Solution**
Mock the crud operations of the **Rest API Modules** and test for all cases.
…
-
https://github.com/johnnikko/Nikko-CRUD/blob/23a6d8d442afc99d723ce09ac4ac12b84d8d0d29/app/controllers/articles_controller.rb#L5
you can't know how many record in database;
what if article have 10M…
-
-
Hi,
how to connect this repo with CRUD (https://github.com/nestjsx/crud)?
OWN / ANY is a problem displaying the profile. I would like ADMIN to be able to see all the profiles and USER only his own -…
-
Hi all,
I have set up crud admin for a database. It loads the home page fine, but as soon as i click on a database table and select either list or create, the server throws a 404 error saying that t…
-
## Why
Sometimes when working on the addon, we need to test the generated app if it works. Usually, we create some basic controller view, add style and javascript to test. 🕵️
To avoid this repe…
rosle updated
10 months ago
-
## Description
We need to create a detailed model to represent our curriculum structure. This model should accommodate multiple grade levels, courses, strands, sub-strands, and performance indic…
-
As per Rails conventions, controllers should handle a single resource. The groups controller is handling more than just CRUD action on the group itself so it would be beneficial to move this logic els…
-
I suggest to start with the desired usages.
I really like an idea that the API should be very close to the Phoenix routes. So we can possibly reuse a lot of `Plug`s and other packages in the futur…