You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-35Lines changed: 0 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@
14
14
*[Devbox](#devbox)
15
15
*[Docker](#docker)
16
16
*[Docker Compose](#docker-compose)
17
-
*[TODO](#todo)
18
-
*[Stretch Goals](#stretch-goals)
19
17
*[Contributors](#contributors)
20
18
*[Further Reading](#further-reading)
21
19
@@ -128,39 +126,6 @@ docker-compose stop
128
126
docker-compose down --volumes
129
127
```
130
128
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
-
164
129
## Contributors
165
130
166
131
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
* 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
0 commit comments