Content
View differences
Updated by Martin Czuchra over 12 years ago
**As** an openproject developer
**I** want the timelines UI code Timelines has grown beyond easily manageable file-size and needs to to be well structured
**so that** I can edit the code hassle-free.
**Acceptance criteria**
- The is no `timelines.js` that is longer than a couple of thousand lines.
- Timelines source files are separated by concerns and refactored into several source files.
- smaller classes/files. The asset pipeline is utilized still not used for assembly of the final javascript creation. timeline.js, and should also be tackled.
**I** want the timelines UI code
**so that** I can edit the code hassle-free.
**Acceptance criteria**
- The is no `timelines.js` that is longer than a couple of thousand lines.
- Timelines source files are separated by concerns and
-