This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v1/README.md
2019-12-02 12:10:45 +10:30

35 lines
1.3 KiB
Markdown

# README for inkletblot.com
This is an angularjs project, currently it is a total rebuild of inkletblot.com using the framework.
In the future the forum will be separated from the gallery and 'things' pages.
> I know things is a stupid name, can you come up with a better one?
## 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.
### Gallery/Things:
*Deal with this once forum is totally complete, it is now main project*
## 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.