thankful-addition-60522
03/12/2021, 10:07 PMlittle-librarian-31218
03/12/2021, 10:34 PMhtml
<div
hx-get="/fwa/set-schedule-type"
hx-target="#workSchedulePartial"
hx-swap="outerHTML"
hx-trigger="change">
<div class="form-check">
<input class="form-check-input" type="radio" name="scheduleRadios" id="scheduleRadios1" value="STANDARD" checked>
<label class="form-check-label" for="scheduleRadios1">
Standard schedule: Designated work hours that set typical start and stop times for a unit's employees.
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="scheduleRadios" id="scheduleRadios2" value="FLEXIBLE">
<label class="form-check-label" for="scheduleRadios2">
Flexible schedule: Descriptions for types of flexible schedules can be found at the <a href="https://hr.uiowa.edu/well-being/family-services/workplace-flexibility/types-flexible-work-arrangements">Workplace Flexibility website</a>.
</label>
</div>
<ul>
<li>Compressed work week.</li>
<li>Adjusted start and stop times.</li>
<li>Flexible based on demand. No set or stop times.</li>
</ul>
</div>mysterious-toddler-20573
03/12/2021, 10:59 PMuser
03/12/2021, 11:20 PMuser
03/12/2021, 11:23 PMuser
03/12/2021, 11:35 PMhx-trigger="revealed, every 1s" on loading indicator - now to think how to stop the polling, without 286 response code. I.e. when element (the loader) disappears, ideally it should be able to stop polling. But it continues...user
03/13/2021, 12:50 AMuser
03/13/2021, 12:50 AMuser
03/13/2021, 1:09 AMuser
03/13/2021, 1:37 AMmysterious-toddler-20573
03/13/2021, 3:18 AMmysterious-toddler-20573
03/13/2021, 3:18 AMmysterious-toddler-20573
03/13/2021, 3:18 AMuser
03/13/2021, 5:47 AMhx-get="/api/cancelpolling" where the response will come purely with this 286 code. And it will stop all the active pollings that are going on any elements...salmon-whale-14625
03/13/2021, 7:50 AMmysterious-toddler-20573
03/13/2021, 1:19 PMmysterious-toddler-20573
03/13/2021, 1:19 PMlittle-librarian-31218
03/13/2021, 3:06 PMmysterious-toddler-20573
03/13/2021, 3:06 PMlittle-librarian-31218
03/13/2021, 3:09 PMlittle-librarian-31218
03/13/2021, 3:11 PMlittle-librarian-31218
03/13/2021, 3:12 PMmysterious-toddler-20573
03/13/2021, 3:14 PMmysterious-toddler-20573
03/13/2021, 3:14 PMmysterious-toddler-20573
03/13/2021, 3:15 PMhx-includemysterious-toddler-20573
03/13/2021, 3:15 PMGET since links inside forms don't include the values)mysterious-toddler-20573
03/13/2021, 3:16 PMmysterious-toddler-20573
03/13/2021, 3:16 PMhx-include='closest form'mysterious-toddler-20573
03/13/2021, 3:16 PMlittle-librarian-31218
03/13/2021, 3:18 PM