Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsarchghs/1-to-do-possible-idea
https://github.com/tsarchghs/1-to-do-possible-idea
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsarchghs/1-to-do-possible-idea
- Owner: tsarchghs
- Created: 2021-09-06T19:29:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T20:00:56.000Z (over 3 years ago)
- Last Synced: 2024-10-12T06:49:32.876Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ideas
## X FrameworkA framework that makes CRUD implementation on the front-end a work of configuration of fields.
Providing a decent UI as a default but having the possibility to configure/re-custom-implement sub-components for specific needs.
(Maybe have the possibility to build a page, decide you wanna eject from the framework and build upon it, so make it possible to convert your CRUD builder
to clean non-configurable code that you can continue developing as though you started it from scratch)
Maybe also magicalize the back-end too, or be able to configure your models and having a general clean code generated that has
validations, pagination for CRUD endpoints for each model which could be easily developed upon, meaning it doesn't look computer-generated.
If both of the front-end/back-end CRUD points were automated, maybe a UI(Admin-like) could be developed for kickstaring/managing(?) a project.
Note: I'm pretty sure I've seen similar stuff done for this, could be made unique in some parts if the very likely scenario is true. All in all still a good challenge even
if usage is developer-owner only(me), more fun to use your framework to generate the CRUD then to make it for 1000th time :P.