This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Action Buttons implementation, dependant on Tag or all #92
Labels
Comments
This was referenced Apr 18, 2017
Currently a button is support in the overview / details page. Type of action supported for now is: Toggle Tag and currently working for a HTTP post, but need some code generation tools to make it easy for all. Currently a json schema is used and a tool will generate code for: PHP, c#, Java, Javascript, Typescript. ( javascript doesn't generate the models though, Typescript does) |
The CLI for code conversion generated @ https://github.com/NicoJuicy/JsonUtils . It's based on https://jsonutils.com/ Currently thinking about the model that will be used when send to third parties. This is the first example:
|
Request part is implemented, used https://requestb.in/ for checking the results ;) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
An action button should:
It should be represented in:
Action buttons can be implemented on Private tags. Can be set per user, user role or everyone.
This can improve the flow. When an item changed the tags, the appropriate people can be notified
The text was updated successfully, but these errors were encountered: