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.
Go to file
2020-01-16 20:57:51 +10:30
scripts Initial commit of stuff migrated from inkletblot.com 2020-01-16 20:48:27 +10:30
styles Initial commit of stuff migrated from inkletblot.com 2020-01-16 20:48:27 +10:30
views Initial commit of stuff migrated from inkletblot.com 2020-01-16 20:48:27 +10:30
.gitignore Initial commit 2020-01-16 20:46:26 +10:30
favicon.ico Initial commit of stuff migrated from inkletblot.com 2020-01-16 20:48:27 +10:30
forum_bld.sql Initial commit of stuff migrated from inkletblot.com 2020-01-16 20:48:27 +10:30
index.html Initial commit of stuff migrated from inkletblot.com 2020-01-16 20:48:27 +10:30
LICENSE Initial commit 2020-01-16 20:46:26 +10:30
package-lock.json Initial commit of stuff migrated from inkletblot.com 2020-01-16 20:48:27 +10:30
package.json Initial commit of stuff migrated from inkletblot.com 2020-01-16 20:48:27 +10:30
README.md updated readme to reflect the separation from inkletblot.com 2020-01-16 20:57:51 +10:30
server.js Initial commit of stuff migrated from inkletblot.com 2020-01-16 20:48:27 +10:30

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.