Main Menu

reFET

Started by abuayham2016, December 30, 2025, 06:59:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

abuayham2016

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

Liviu Lalescu

Oh, nice, thank you for informing us!  :)

Should I add it in the Tools/Links section of the FET homepage?

abuayham2016

An excellent tool for exporting teacher and class schedules to Excel format.
Please add it to the tools page.

Liviu Lalescu

I will, a bit later today.

I also invite the author to join the forum, if he likes, and connect with us.

Liviu Lalescu

I just added, please check! Let me know if you have suggestions for there!

abuayham2016

Thank you for your interest in this topic. I hope this tool will be useful for converting to Excel.

corra

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

abuayham2016

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