Coder Social home page Coder Social logo

encode / dashboard Goto Github PK

View Code? Open in Web Editor NEW
131.0 23.0 5.0 630 KB

An admin interface for ASGI Web frameworks.

Home Page: https://www.encode.io/dashboard

License: BSD 3-Clause "New" or "Revised" License

Python 67.49% CSS 0.90% HTML 27.48% Shell 4.13%
asgi database dashboard orm

dashboard's People

Contributors

aminalaee avatar tomchristie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dashboard's Issues

Improve `models.create_all()`

The orm pre-release includes models.create_all() and models.drop_all() support, however they're very naive right now.

Required improvements:

  • Use query.compile(dialect-...) rather than just casting the DDL expression to a string. encode/databases#40
  • Proper FK constraint support. (Create FK constraints after table creation, where required.)

Controls & Input types

Stuff to consider...

Primative types from typesystem...

  • typesystem.String / orm.String
  • typesystem.Integer / orm.Integer
  • typesystem.Float / orm.Float
  • typesystem.Decimal / orm.Decimal
  • typesystem.Boolean / orm.Boolean checkbox, (radio or select could also be valid)
  • typesystem.Choice select (radio could also be valid)
  • typesystem.Text / orm.Text textarea
  • typesystem.Date / orm.Date
  • typesystem.Time / orm.Time precision=...
  • typesystem.DateTime / orm.DateTime precision=...
  • typesystem.Any / orm.JSON

Other formats...

  • typesystem.UUID / orm.UUID
  • Email, URL
  • Password display.
  • Multiple choice. select multiple (multiple checkboxes could also be valid)

More complex types...

  • File & Image inputs
  • ForeignKeys
  • Union / Array / Object / Const

Still in the works?

Hey there, is development still active on this project or has it been abandoned?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.