Skip to content

Commit 29640a3

Browse files
Merge branch 'main' into add-test
2 parents 259c53a + 0f1a637 commit 29640a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
This repository is a work in progress initiative to create an API to manage your feature flags.
77

88
## 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.
1616

1717
## Tech stack
1818
- GO API using echo

0 commit comments

Comments
 (0)