Git Product home page Git Product logo

akana's Introduction

Akana Framework

Akana is a PHP framework to create restful API easily and fast.

TODO

Pending

  • delete many to many columns
  • Respect dependecy order while generate code for exporting db
  • Command management

Others

  • using Schema while fetch data
  • JWT and Authentication
  • export_db command option: structure - data
  • Annotion engine (Route(endpoint), Secure())
  • Route annotation
  • rebuild migrations system
  • exceptions
  • warning before execute migrations instructions
  • what happen if user delete a model or field link with other delete
  • reserve some table name "junction_table"
  • Avoid using alias many time in many to many relation
  • Migration
    • Update table
      • delete column
      • add a column
      • rename field
    • Rename table
    • Change details for Field
    • Track migrations history (transition, migrate all)
    • safety for drop command (save state of table)
    • Check if columns on orm is empty
  • Add command add_resource
  • Errors handle
    • Check if there is not resource
    • NotFoundException
  • borderCheck
    • check if every registred resources has it folder then create it
    • every tables file must have a namespace (correct)
  • dev and prod mod
    • hide pdo exception message in prod mode
    • forbidden migrate command in prod mode
  • Solve cross orgin bug
  • forbidden to add id column in models
  • update ORM::typing method
  • choice field
  • bidirection relation
  • Create many controller files
  • Create many models files
  • security
  • documentation
  • cli console
  • on checl type emprove json column type validation
  • route alias
  • other database connectivity
    • use postgresql database
    • use sqlite database
    • use mangoDB database

akana's People

Contributors

kalculata avatar

Stargazers

 avatar  avatar

Forkers

jean-lionel

akana's Issues

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.