Skip to content

branch support #12

@maul-esel

Description

@maul-esel

trello card #11

Support several AHK branches.

API requests

Item requests go to /items/:branch/list, /items/:branch/describe/:id etc.
Same for stdlib requests.

Add an API method to get all supported branches.

DB

  • Either set up different tables (different DBs?) for different branches,
  • or make the combination of item ID and branch be the primary key
    • i.e. allow several items with the same ID as long as they are on different branches

schema

Does the branch have to be specified in the schema?

defining branches

Support defining branches either through a DB table or (more likely) through configuration files.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions