Picking up from https://github.com/Strider-CD/strider/issues/667 ## Idea Thin API that communicates with drones and supports plugins. No UI in core, since it can be implemented as a plugin. ## Goal Lay-down a basic design and non-negotiables that should be in core. ## TODOs - [ ] Look over Strider 2.0 Brainstorming issue (https://github.com/Strider-CD/strider/issues/667) and pull out what needs to make it into this implementation. - [ ] Cover the following areas - [ ] Drone abilities/communication - [ ] Authentication/User Model - [ ] Plugin API - [ ] core - [ ] drone - [ ] What cannot be in core (important so we don't loose sight). - [ ] Long term goals - [ ] Testing - [ ] Documentation - [x] Create issue to discuss technology stack (#2)
Picking up from Strider-CD/strider#667
Idea
Thin API that communicates with drones and supports plugins. No UI in core, since it can be implemented as a plugin.
Goal
Lay-down a basic design and non-negotiables that should be in core.
TODOs