https://github.com/tomjschuster/elm-sequelize-ui
https://github.com/tomjschuster/elm-sequelize-ui
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomjschuster/elm-sequelize-ui
- Owner: tomjschuster
- Created: 2017-09-22T03:59:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T04:55:07.000Z (over 8 years ago)
- Last Synced: 2025-02-21T12:19:03.553Z (over 1 year ago)
- Language: Elm
- Size: 436 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Sequelize UI
## In Progress
* Implement Resource for Schema/Table/Column
* Constraints
* Refactor Constraint with Resource
* Table constraints
* Update column constraints without deleting and not erasing any fields
* CRUD table constraints w/out names
* Names
* Composite unique keys
* Composite foreign keys
## Bugs
* On delete column, or on update column to remove pk, only delete constraint if
not composite primary key
# Todo
* Implement Resource
* Constraints
* Auto select foreign key column if only one
* Default id column on table create
* Make HTML more semantic
* Field Order
* Comments
* Template generator
* Elm CSS or CSS Library
* UI/UX
* Deployment
* Users/Sessions
* Github integration?
* Testing
* Build pipeline
* More advanced SQL types