I made a scheduler for fuxa #1846
timmpo
started this conversation in
Show and tell
Replies: 2 comments
-
|
非常好,非常常用的功能👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve created a scheduler for FUXA that sets a tag value depending on whether the schedule is active.
I don’t think this is ready for a PR, as I don’t have the full knowledge to complete it properly. I mainly built it to learn more about how FUXA works.
However, if anyone is interested in continuing the work or providing suggestions, the branch is available here:
https://github.com/timmpo/FUXA/tree/feature/schedule
You’ll find the relevant files in:
client/src/app/schedule
server/api/schedule
/server/_widgets
(edit 25-07-15)
Current state:
Saves/loads schedules to/from fuxa project storage.
Support of weekly schedule.
Support for excluding holidays based on location (first country set in fuxa location) need package date-holidays.
Widget for showing all schedules, clickable rows for edit times.
Widget for showing one specific schedule (via tag id)
You can enter the schedule settings at http://127.0.0.1:1881/schedule or make a header button with link: schedule to tab.
Screenshots:


Widgets:


Beta Was this translation helpful? Give feedback.
All reactions