-
I translate "Cancel" to "Zrušiť". But in page I still see "Cancel".
Does this module work with laravel 11 and backpack 6? Or is there anything else that needs to be done?
It doesn't work eithe…
-
I wanted to provide an elaborate notes for a Notes App which covers all required CRUD (Create, Read, Update and Delete) operations. In these notes, you can find how to build features such as create ne…
-
Set up basic views for Create, Read, Update, and Delete (CRUD) operations for books.
-
## Value Proposition
As a `user`
I want to `store data in a reliable database,`
so that `it remains persistent and accessible to those who need it.`
## Acceptance Criteria
- The data is successfully r…
-
---
## Tasks
1. **Set Up Testing Framework:**
- Install and configure `pytest` and `pytest-flask` for testing the application.
2. **Write Unit Tests for Routes:**
- Test each endpoint f…
-
Can you put some examples in README.md how to work with database like Inserts, Updates and other crud operations (just as a mock to show correct usage of api).
So far I've managed to make it run b…
-
### Current Issues
This client side can only get all tweets
### Todo
- Create Tweet
- Update Tweet
- Delete Tweet
- Get all Tweets by user owner
@tfd-ed Please help review my proposal. tha…
-
### Describe the feature
As of today, users can only ingest documents and create embeddings. There is no CRUD operations to update or delete existing documents. The only way a user can update or remo…
-
Quite a few times, we've needed to do stuff _before_ or _after_ Backpack is doing something. We could implement hooks (`before_x_operation` or `before_setup` etc) but I think a more long-term solution…
-