ILSCeV / Lara

A calender with personnel scheduling for club management, built on top of Laravel 5
GNU General Public License v3.0
24 stars 19 forks source link

Filter between clubs #28

Closed 4D44H closed 8 years ago

4D44H commented 9 years ago

Current status:

ToDo:

4D44H commented 9 years ago

Quick n dirty implementation via "places" added.

Current status:

ToDo:

4D44H commented 9 years ago

Added state to browser storage / session storage.

Current status:

ToDo:

4D44H commented 9 years ago

ToDo: define rights club/cafe

4D44H commented 9 years ago

"Scopes für verschiedene Clubs (Sichtbarkeit, Erstellbarkeit von DPs, vorhandene Nutzer, etc.)?" - Tobi

4D44H commented 9 years ago

Switched to Isotope and rewrote filtering

4D44H commented 8 years ago

Addition:

Uly: "etwas was mir aufgefallen ist: bei den Dienstplänen fehlt die Option den Dienstplan für beide Sektionen zu kennzeichnen. Also so, dass er angezeigt wird egal ob ich nur cafe oder nur club gedrückt habe. (Problem bei den Weihnachtsfeier Dienstplänen, habe sie mit “-“ geknnzeihcnet, da werden sie aber dann weder noch angezeigt, sondern nur bei alle Sektionen. Das ist blöd.)"

Problem: There exists no way to show an event to all the clubs. Instead a workaround (see above) hides events that have a place different from the one chosen for users.

Solution: By event creation/change add checkboxes e.g. "show to bc-Club", "show to bc-Café", "show to X", etc.

4D44H commented 8 years ago

Done.