App Generator

Results 165 issues of App Generator

The feature should provide the following: - permit the data loading - implements the feature using the existing `transactions` menu using `transactions` route - line becomes editable at double click...

documentation

The product should provide all features listed below - Full information on [SPECS](./https://github.com/app-generator/boilerplate-code-flask-dashboard/edit/master/SPECS.md) file ## Sprint 1 - 1# - Updated dependencies - 1.1 `flask-restx` should be included - 2#...

enhancement

**Codebase** ![0Q12V9R](https://user-images.githubusercontent.com/51070104/132055042-566154a9-f07a-4f07-936c-1622a061592b.png) **Docker** ![LHNaU7y](https://user-images.githubusercontent.com/51070104/132055111-313812c7-dd67-4392-8b84-50008b010b0f.png) **NGinx Image** ![zM1lRHa](https://user-images.githubusercontent.com/51070104/132055173-f151c9a3-7886-41b0-9fc1-5a3a56ee44d8.png) **Proxy** ![joJX5DD](https://user-images.githubusercontent.com/51070104/132055253-3be81205-f3ef-4a72-a32a-9716babdc8db.png)

enhancement

To be added

enhancement

To be provided for this kit

enhancement

The codebase should be enhanced with a minimal eCommerce module that manages products and sales. Here are the requirements: - Products table: id (PK), name, info, full description, price, currency,...

enhancement

Hello @Mortrest Please document the Stripe module in the following file: https://github.com/app-generator/django-soft-ui-dashboard/blob/master/docs/ecommerce.md Ty!

documentation

> Note: Related to https://github.com/app-generator/app-generator/issues/66 Context: - target deployment platform --> Google Cloud Instance, Debian OS - docker constraints --> I'm not sure, can you explain? - DB -> For...

enhancement

On Creation, the user should be assigned to the "USER" role = value 2 Currently, the users are created with a NULL value for the ROLE column. Here is the...

bug

Hello @FullStackkDev The authorization should link each user to a ROLE: - `user` - numeric value 1 in users table - `admin` - numeric value 2 in users table On...

enhancement
help wanted