InfectedLan / InfectedAPI

Backend for Infected's web solutions.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Relay on time offset from current event instead of fixed unix timestamp for agendas and slides. #195

Open halvors opened 8 years ago

halvors commented 8 years ago

Relay on time offset from current event instead of fixed unix timestamp for agendas and slides.

Since a agenda allways is connected to an event, it doesn't really make sense to store that actual date of the agenda/slide as well.

This way is much more efficient both storage wise, and management wise.