|
|
@@ -2,6 +2,17 @@
|
|
2
|
2
|
|
|
3
|
3
|
flask app for plurals to publicly share member lists
|
|
4
|
4
|
|
|
|
5
|
+# todo (minor)
|
|
|
6
|
+
|
|
|
7
|
+- add delete button to blog posts on main feed
|
|
|
8
|
+- show blog posts in edit member section with a delete button
|
|
|
9
|
+
|
|
|
10
|
+# todo (major)
|
|
|
11
|
+
|
|
|
12
|
+- add blinkies and stamps sections to member pages
|
|
|
13
|
+- (require above) add blinkies and stamps upload sections to edit member page
|
|
|
14
|
+- (require above) add blinkies and stamps link/db cleanup to manage site assets
|
|
|
15
|
+
|
|
5
|
16
|
# dev set up (windows)
|
|
6
|
17
|
|
|
7
|
18
|
- after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`
|