FET Forum

FET Support (English) => General Stuff => Topic started by: abuayham2016 on December 30, 2025, 06:59:56 PM

Title: reFET
Post by: abuayham2016 on December 30, 2025, 06:59:56 PM
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
Title: Re: reFET
Post by: Liviu Lalescu on December 30, 2025, 07:05:57 PM
Oh, nice, thank you for informing us!  :)

Should I add it in the Tools/Links section of the FET homepage?
Title: Re: reFET
Post by: abuayham2016 on December 30, 2025, 07:13:28 PM
An excellent tool for exporting teacher and class schedules to Excel format.
Please add it to the tools page.
Title: Re: reFET
Post by: Liviu Lalescu on December 30, 2025, 07:15:08 PM
I will, a bit later today.

I also invite the author to join the forum, if he likes, and connect with us.
Title: Re: reFET
Post by: Liviu Lalescu on December 30, 2025, 07:32:34 PM
I just added, please check! Let me know if you have suggestions for there!
Title: Re: reFET
Post by: abuayham2016 on December 30, 2025, 07:45:14 PM
Thank you for your interest in this topic. I hope this tool will be useful for converting to Excel.
Title: Re: reFET
Post by: corra on January 28, 2026, 08:57:21 AM
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
Title: Re: reFET
Post by: abuayham2016 on February 06, 2026, 01:46:18 PM
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