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
2019-12-02 12:14:34 +10:30
node_modules initial commit 2019-12-02 12:10:45 +10:30
php forum initial commit 2019-12-02 12:10:45 +10:30
php gallery initial commit 2019-12-02 12:10:45 +10:30
scripts initial commit 2019-12-02 12:10:45 +10:30
styles initial commit 2019-12-02 12:10:45 +10:30
views initial commit 2019-12-02 12:10:45 +10:30
.gitignore Create .gitignore 2019-12-02 12:14:34 +10:30
favicon.ico initial commit 2019-12-02 12:10:45 +10:30
index.html initial commit 2019-12-02 12:10:45 +10:30
LICENSE Create LICENSE 2019-12-02 12:13:35 +10:30
package-lock.json initial commit 2019-12-02 12:10:45 +10:30
package.json initial commit 2019-12-02 12:10:45 +10:30
README.md initial commit 2019-12-02 12:10:45 +10:30
server.js initial commit 2019-12-02 12:10:45 +10:30

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.