Ideas - K2961/Yet-another-posting-board GitHub Wiki

Posting board includes:

  • Log in / Register prompts

Subforums:

  • By default subforum's creator is Moderator
  • Every user can create new subforums
  • Subforums can contain own subforums
  • Every subforum can have topics and topics can have messages

Moderator:

  • Can delete and move topics as well as messages
  • Can choose either subforum is public or private

User:

  • Every user can post messages, if has rights
  • Every user has right for 10 subforums/ kk
  • Every user has right for 10 topics/ hour
  • Every user has right for 6 messages/ minute

Topics:

  • Can have multiple owners
  • Must have title, tags and owner
  • Can have messages

Messages:

  • Can have tags
  • Must have owner
  • Can have multiple owners

Usergroup:

  • Users has rights, like adding, editing, deleting and seeing messages

UserRights:

Moderator:

  • All rights in subforums

User:

  • Rights to add and edit own messages

Guest:

  • Right to watch/ browse subforums

User

  • Display name
  • Accountname/ e-mail
  • Password
  • Joining date
  • Optional profile info

Subforum

  • List of moderators
  • List of subforums
  • List of topics
  • Time when created

Topic

  • Title
  • Time when created
  • List of messages

Message

  • Contain
  • Owner
  • Time when created

Technologies

  • AJAX
  • CSS
  • HTML
  • Javascript
  • JQuery
  • MySQL
  • PHP