From 13f90416ea360d4c5c3afe8293e1d66d5d25239e Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 31 Aug 2021 03:28:57 +0200 Subject: [PATCH] reached another goal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 805808a..def08e6 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ This is the source code for the ThreadR Forum Engine. It originated as a school Now, that it is being revived, the original scope of the project doesn’t really make sense anymore (at least to me) so it needs to shift slightly. Below is a list of goals that I would like to see achieved, feel free to discuss this in the issues or commit comments. -- [ ] come back online (see issue #2) +- [x] come back online (see issue #2) - [x] go FOSS (make the source code publicly available under a FOSS license (see issue #5)) - [ ] make the code portable so everyone can set up their own instance -- [ ] get generic forum functionality going (sign-up, creation of boards, creation of threads within boards, messages) +- [ ] get generic forum functionality going (sign-up, creation of boards, creation of threads within boards, messages, profiles) Once these two are given, here are some additional goals both from the original scope of the project as well as my own ideas. Input is welcome.