reFET is a client-side web application to visualize, edit and validate school timetables generated by FET. It offers a drag & drop interface, conflict detection, filtered views by group, and export options to PDF, Excel and FET-compatible XML.
https://github.com/SirSiscu/reFET
Oh, nice, thank you for informing us! :)
Should I add it in the Tools/Links section of the FET homepage?
An excellent tool for exporting teacher and class schedules to Excel format.
Please add it to the tools page.
I will, a bit later today.
I also invite the author to join the forum, if he likes, and connect with us.
I just added, please check! Let me know if you have suggestions for there!
Thank you for your interest in this topic. I hope this tool will be useful for converting to Excel.
Hi
@abuayham2016,
Thank you for your contribution. It is not really clear to me how to run it. I have git-cloned the project but what then? Should I compile it? Is it built? Could you please clarify this?
Thanks,
Corrado
hi corra
you can run it or test from link
https://sirsiscu.github.io/reFET/
to compile in local you need node.js from
https://nodejs.org/en
open in terminal
run commands
npm install
npm run dev
npm run build