find demo here: https://cloud.niezuhaus.de/
- set up a mongo db instance with standart port 1.1 you can use a docker container for that
git clone git@github.com:niezuhaus/dispogramm.git- start the backend via
java -jar backend-latest.jar - run the frontend
4.1 install the node packeages via
npm install4.2 start the server vianpm run startand access onlocalhost:4200or compile a production version vianpm run buildand host content of/dist/dispogram - connect to backend running on
localhost:8081if configured with standart ports
- notes can now be marked as
done
- upgrade to material 15 ui elements + layoutchanges because of that
- removed bing/azure for geocoding
- added außenring. a zone that is substractive / is being triggered when left
- displaying
README.mdineinstellungen > information - more improvements to shift view: layout changes
- fix: when opening newtour view via
anmeldungtime was set to0:00now8:00 - fix: shift end times were not saved correctly
- finished shift now linked in name of messenger in check-in view > closed shifts
- more shift right click options
- fix: when adding new shift, only shifttypes are available, that match
messenger.dispatcherstatus - fix
shifts-overview: no page reload when adding/deleting shifts - fix
shifts-overview: hours didn't get reculculated when a shift was edited - minor ui fixes
- messengers in shifts view can be filtered to the ones having shifts
- search improvements
- shift table now refreshing when deleting shifts from it
- version tag now visible in menu bar
- dispatcher-only people were not to be found
Shifttype.kitahremovedShifttype.agadded- minor ui changes
- compiled backend added
- fix: center of route is outside of inclusive but inside of exclusive zone
- fix: adding shift button in shifts view not working properly
- "exclusive zones" are available (currently hardcoded to work only on the name "außenring")
- minimum wage can be configured in options
- new shifts overwiw available in side menu
- minor fixes and typos
- street navigation via osm is available as toggle button in planning view
- small layout changes
- fix: red pin now showing up when
job.clientInvolved = false
- introduced changelog 🥳
- fix: wrong api call while creating zone
- fix: map would not open to show a zone
