Skip to content

Commit 959bbaa

Browse files
docs (TODO.md): split from readme
1 parent 9b3a9fd commit 959bbaa

File tree

2 files changed

+32
-35
lines changed

2 files changed

+32
-35
lines changed

README.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* [Devbox](#devbox)
1515
* [Docker](#docker)
1616
* [Docker Compose](#docker-compose)
17-
* [TODO](#todo)
18-
* [Stretch Goals](#stretch-goals)
1917
* [Contributors](#contributors)
2018
* [Further Reading](#further-reading)
2119

@@ -128,39 +126,6 @@ docker-compose stop
128126
docker-compose down --volumes
129127
```
130128

131-
## TODO
132-
133-
* Refactor authentication
134-
* passlib + bcrypt -> bcrypt (see: [AttributeError: module 'bcrypt' has no attribute '__about__' with new 4.1.1 version · Issue #684 · pyca/bcrypt](https://github.com/pyca/bcrypt/issues/684#issuecomment-1902590553))
135-
* Secured endpoints
136-
* Store auth in browser session vs. memory
137-
* Scheduling
138-
* Couple scheduling with locations (e.g., Norman vs. OKC)
139-
* Norman events
140-
* Get Norman events from existing GraphQL API
141-
* Coded as `Oklahoma City`
142-
* Will need to modify the query to get title and body content
143-
* Post to `#norman`
144-
* M-F
145-
* Unit test
146-
* Add badge
147-
* 100% coverage
148-
* Documentation
149-
* quickstart
150-
* `taskfile` usage
151-
* QA (especially accounts)
152-
* Coralogix logging
153-
154-
## Stretch Goals
155-
156-
* Indicate online vs. in-person
157-
* Time Frame
158-
* 2 hours before
159-
* Slash commands to manually call:
160-
* Next `n` events
161-
* This week's events
162-
* Create new events
163-
164129
## Contributors
165130

166131
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->

TODO.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# TODO
2+
3+
* Refactor authentication
4+
* passlib + bcrypt -> bcrypt (see: [AttributeError: module 'bcrypt' has no attribute '__about__' with new 4.1.1 version · Issue #684 · pyca/bcrypt](https://github.com/pyca/bcrypt/issues/684#issuecomment-1902590553))
5+
* Secured endpoints
6+
* Store auth in browser session vs. memory
7+
* Scheduling
8+
* Couple scheduling with locations (e.g., Norman vs. OKC)
9+
* Norman events
10+
* Get Norman events from existing GraphQL API
11+
* Coded as `Oklahoma City`
12+
* Will need to modify the query to get title and body content
13+
* Post to `#norman`
14+
* M-F
15+
* Unit test
16+
* Add badge
17+
* 100% coverage
18+
* Documentation
19+
* quickstart
20+
* `taskfile` usage
21+
* QA (especially accounts)
22+
* Coralogix logging
23+
24+
## Stretch Goals
25+
26+
* Indicate online vs. in-person
27+
* Time Frame
28+
* 2 hours before
29+
* Slash commands to manually call:
30+
* Next `n` events
31+
* This week's events
32+
* Create new events

0 commit comments

Comments
 (0)