File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
This repository is a work in progress initiative to create an API to manage your feature flags.
7
7
8
8
## Goals
9
- - Create an API to manage your feature flags
10
- - API should allow to add, modify and delete feature flags.
11
- - Use a database to store the feature flags.
12
- - This API is created to integrate a front end application to manage the feature flags.
13
- - We should manage authentication and authorization to access the API.
14
- - Authentication should be generic enough to be integrated with any authentication provider.
15
- - We should be able to provide history of a flag to see when it was created, modified and deleted.
9
+ - [x] Create an API to manage your feature flags
10
+ - [ ] API should allow to add, modify and delete feature flags.
11
+ - [x] Use a database to store the feature flags.
12
+ - [ ] This API is created to integrate a front end application to manage the feature flags.
13
+ - [ ] We should manage authentication and authorization to access the API.
14
+ - [ ] Authentication should be generic enough to be integrated with any authentication provider.
15
+ - [ ] We should be able to provide history of a flag to see when it was created, modified and deleted.
16
16
17
17
## Tech stack
18
18
- GO API using echo
You can’t perform that action at this time.
0 commit comments