diff --git a/TODO.txt b/TODO.txt index f57fc6b..e1e4a5f 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,15 +1,3 @@ -v1.0 -[x] login page -[x] logout -[x] member profile update and avatar -[x] forum -[x] anonymous prayerbox -[x] view other's profiles, add links in forums -[x] member type -[x] change password page -[x] users must be authed -[x] signup must redirect NOT auto grant users access, and MUST give them some info on what to expect - v1.1 [ ] polls [ ] watch forum, get email notifications when someone replies @@ -18,13 +6,6 @@ v1.1 [ ] show how many posts a user has made, flair for high amounts of posts? [ ] chat room? IRC? -TO DISCUSS: -[ ] nav bar -[ ] page that displays all users and links to their websites (this already exists on neko, but better to automate it) -[ ] Pick better anonymous avatar -[ ] determine where which pages should live where -[ ] easier way to handle sites var, API endpoint? - ACTION ITEMS: DOMINIC --- [x] join option without member area access @@ -32,13 +13,17 @@ DOMINIC --- [x] list user api endpoint [x] CSS [x] Assets +[ ] Pick better anonymous avatar +[ ] figure out backing up DB [ ] soft-release +[ ] Domain [ ] email notifications when user signs up: disroot email [ ] maybe start sending emails to users automatically too +[ ] full-release KYRIE ---- -[ ] Welcome message -[ ] Signup screen -[ ] new css design +[x] Welcome message +[x] Signup screen +[x] new css design [ ] send out emails to existing users to sign up AFTER website is released diff --git a/static/fonts/Girassol-Regular.ttf b/static/fonts/Girassol-Regular.ttf new file mode 100644 index 0000000..3ee71f5 Binary files /dev/null and b/static/fonts/Girassol-Regular.ttf differ diff --git a/web/templates/base.html b/web/templates/base.html index 84dc99c..08311c8 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -9,6 +9,11 @@