29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
# README for forum.com and forum.server
|
|
|
|
This is an angularjs project, currently it is a total rebuild of the forum originally at inkletblot.com using the framework.
|
|
|
|
## TODO!
|
|
|
|
### General:
|
|
* Fix server responses to be all the same.
|
|
* this is kinda done, need to make all .sends() the same.
|
|
* Fix client catching of server errors.
|
|
* Generally strengthen server API, especially once forum is separate.
|
|
|
|
### Forum:
|
|
* ***Create Category, both client and server.***
|
|
* ***Create Topic, both client and server.***
|
|
* ***Create Post/Reply, both client and server.***
|
|
* ***Fix and test signup.***
|
|
* ***Create edit post functionality.***
|
|
* ***Create delete post functionality.***
|
|
* Menu only shows applicable items based on user level.
|
|
* Update server/client/cookie to include all user info.
|
|
* implement correct session with server.
|
|
* reduce clients reliance on cookie info to prevent security threats.
|
|
|
|
## Interesting Ideas.
|
|
* Implement a text editor for posts?
|
|
* Add an account page for users to manage their accounts.
|
|
* Add admin ability to remove topics and categories.
|
|
* Figure out passing information down the line so that the post page shows the category as well as topic. |