Giter VIP home page Giter VIP logo

mangetsu's People

Contributors

gpower2 avatar

Watchers

 avatar  avatar  avatar  avatar

mangetsu's Issues

Code Notations

We need a general way of marking our code in order to actually fix stuff later on.

Something like capitals for global, small for locals, _for classes etc.

Any ideas?

MySQL database wrapper class

A class that contains all the functionality for interacting with MySQL database.
It should contain functions that:

  • allow execution for INSERT, UPDATE, DELETE operations, returning the number of rows affected
  • allow execution for scalar queries returning DataTables
  • allow execution for scalar queries returning single data values
  • allow execution for scalar queries returning an enumerable object

Workflow Diag.

I think we should upload some workflow diagramms on each component before actually coding stuff. We could have a better idea on what links where and why, and we could aslo suggest better algorithms-ideas on implementing each feature.

Implementing the simplest tiniest MVC infrastructure

We want the new board to be designed MVC style.
So we need an MVC infrastructure.
We will either implement our own basic infrastructure, or copy an existing one from a bigger framework (eg. CodeIgniter, Laravel).

Forums - Subforums - Threads - Posts

We should decide on a database schema for implementing forums, sub forums, threads and posts.

We should have in mind their connection with the privileges mechanism, and the hierarchy of forums/subforums. (Each sub forum should inherit the privileges of the parent at creation and perhaps we should let a sub forum to have ONLY stricter privileges than its parent.)

Private Messages

Private messages should be implemented in a more flexible way that we have now.
We should allow:

  • Multiple recipients
  • Read date
  • Reply to all/partial reply
  • Connection of pms

We should also implement searching.

Security Manager

An object that will check the security checks for each request

BBcode class

A class that will contain the functionality needed for BBcodes:

  • parsing
  • writing
  • fixing???

It should make heavy use of regular expressions in order to be as fast as possible.

Logging mechanism

We should implement a logging mechanism for error and warning logging.

It should be accessible from everywhere in the code, in order to have a unified way of logging.
It should have logging levels predefined, preferably as an enumeration.
It should be able to write to a database and a file medium (selectable).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.