No description
This repository has been archived on 2024-12-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Joey Vos b0eb7928aa Merge branch 'wip-rooster-multiview' into 'master'
rooster multiview (Fixes #26, #22, #24, #25)

### Fase 1:
* [x] Datastructuur
* [x] Render Methode moet op de nieuwe data-structuur aansluiten
* [x] OO'ed class voor datastructuur

### Fase2:
Implementatie van Worker/Pool/Threaded systeem via pThreads
* [x] ~~#24 Cron base class & Lock file~~ __GESCHRAPT__ (Reden: Onnodig na implementatie van #25 via pThreads)
* [x] #25 Cron Async Support (~~depends on #24~~)
  * [x] Worker / Pool / Threaded Implementatie
  * [x] \(Optionele\) Functie om de pool-grootte aan te geven
  * [x] Documentatie
* [x] Threaded Logging (Needs a re-implementation in CronLogger)
  * [x] Caller __NIET__ Threaded->synchronized but the REAL caller

### Fase 3:
Door een ~~bug~~ _feature_ in Xedule komen alle vakken die op het docenten én klassen rooster staan 2x op alle roosters, dit zorgt voor een 'Conflict' in de vakken, terwijl deze eigenlijk gedupliceerd zijn.
* [x] Api Aanpassingen
  * [x] Aparte docenten cron-job
  * [x] Aparte docenten rooster-database
  * [x] Aparte tussen_docenten_* databases
  * [x] Her-Implementatie van de Klassen cron-job
* [x] Base Rooster Cron job die met een variabele veranderd kan worden van klas-rooster naar docent-rooster (en misschien ook lokaal-rooster, ooit) (Depends on #24, #25)

### Fase 4:
* [x] Front-end Styling
  * [x] nog even naar "OO'ed class voor datastructuur" kijken (Er zitten nog duplicaten in)
* [x] Database.sql toevoegen

See merge request !11
2016-11-11 01:11:44 +01:00
src Small last-minute CSS fixes (FF, FF-Mobile), fatter lines between days 2016-11-10 17:56:30 +01:00
.gitattributes Started working on #25, Async/Threaded Cron support (Heeft een review nodig van het hele @Juna team, om te kijken of dit nog meer vereenvoudigd kan worden.) 2016-11-01 19:32:39 +01:00
.gitignore Added Rooster Cron-Job 2016-09-07 02:07:10 +02:00
.gitlab-ci.yml updated final ls statement 2016-09-23 02:43:05 +02:00
.gitmodules update to add submodule to the right place 2016-06-29 01:57:51 +02:00
.jshintignore Initial Commit after moving to a new structure (& Added Gruntfile.js) 2016-06-29 01:51:10 +02:00
deps.bat Initial Commit after moving to a new structure (& Added Gruntfile.js) 2016-06-29 01:51:10 +02:00
Gruntfile.js Added install script, crontab, fixed active in rooster-week-selectie dropdown 2016-10-26 11:40:51 +02:00
package.json Small last-minute CSS fixes (FF, FF-Mobile), fatter lines between days 2016-11-10 17:56:30 +01:00
README.md Started working on #25, Async/Threaded Cron support (Heeft een review nodig van het hele @Juna team, om te kijken of dit nog meer vereenvoudigd kan worden.) 2016-11-01 19:32:39 +01:00
tail_logs.sh Started working on the base (and impl) of the RoosterCronJob 2016-11-06 00:01:54 +01:00

Juna Reboot - Web

Web Back- en Frontend voor Juna

@TODO: fix README.md

0. Preface

@TODO

1. Index

  • 0. Preface
  • 1. Index
  • 2. Andere documenten

2. Andere documenten

3. @TODO