hackerunion-archives / hackerunion.org

The code that powers the hacker union website
http://www.hackerunion.org
GNU General Public License v3.0
23 stars 18 forks source link

Create persistent notifications #6

Open brandondiamond opened 11 years ago

brandondiamond commented 11 years ago

We are using an "inject markup" feature to insert bulletins above the website content. It would be useful if these bulletins were a bit more standardized -- and persisted between deploys.

h-unterp commented 11 years ago

What is a bulletin? Im not exactly clear. Can I see these "bulletins" already?

mathisonian commented 11 years ago

A bulletin is an abstraction in the code that all other types of posts inherit from. For example, when you create a post on the talk tab you are creating a talk object, which has bulletin as its super class. Similarly, creating an event on the website creates an event object which also has bulletin as a superclass.