fixed up CHANGELOG and edited the TODO
This commit is contained in:
@@ -1,17 +1,5 @@
|
||||
# Future Directions for Amsterdam
|
||||
|
||||
After the point where it reaches feature parity with Venice circa 2006.
|
||||
|
||||
## Pre-Launch Polish
|
||||
|
||||
* ~~Policy page support.~~
|
||||
* ~~User agreement in a separate file rather than directly in settings.~~
|
||||
* ~~Support all customizations that were done with the EMinds instance of Venice.~~
|
||||
* ~~Gitea-like status page showing Go-specific internals.~~
|
||||
* ~~Build static Tailwind CSS file rather than using remote-loaded version. (Gate on debug/prod flag)~~
|
||||
* ~~Rate limiter.~~
|
||||
* ~~Better logging configuration.~~
|
||||
|
||||
## Immediate Cleanups Required
|
||||
|
||||
* <s>A better way to set up the database than `setup/database.sql`. Bring the table setup into the application somehow.
|
||||
@@ -27,12 +15,9 @@ After the point where it reaches feature parity with Venice circa 2006.
|
||||
* Should those be community "services" instead?
|
||||
* For Chat, if it's implemented, it should use XMPP.
|
||||
|
||||
## Architectural Goofs
|
||||
|
||||
* ~~Conference Aliases are effectively in a system-wide namespace. Should be per-community.~~
|
||||
|
||||
## Additional Items
|
||||
|
||||
* Ensure design is responsive enough that we can use the site on mobile devices.
|
||||
* Decouple from MySQL, introduce other database support. Postgres and SQLite are the two priorities here.
|
||||
* Fix password storage. Straight SHA-1 hashes aren't gonna cut it. There are better ways.
|
||||
* Introduce OAuth authentication? (Related to above)
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## Release 0.2.0 - {{date}}
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Architectural error: conference aliases now have community scope, rather than global scope.
|
||||
* Fis to link for showing hidden posts.
|
||||
|
||||
### Enhancements
|
||||
|
||||
* Added database initialization, conversion from Venice, and migration scripts.
|
||||
* Admin can now change the name of a user account (issue #2).
|
||||
* Apple site icon added (issue #5).
|
||||
|
||||
## Release 0.1.1 - April 11, 2020
|
||||
|
||||
* Fixed a bug in post link resolution at post time which was causing the conference alias to be set incorrectly (issue #3).
|
||||
|
||||
Reference in New Issue
Block a user