HugoFara / lwt

Learn languages by reading! A language learning app stemmed from Learning with Texts (LWT).
https://hugofara.github.io/lwt/
The Unlicense
164 stars 19 forks source link

Use AJAX instead of dynamic PHP calls in iframes #166

Open HugoFara opened 7 months ago

HugoFara commented 7 months ago

LWT was built long ago when it was common practice to use only PHP, but time has changed.

The iframes system do not offer a lot of flexibility and integrates poorly in the modern web environment. They should be replaced by AJAX queries.

The new REST API (#145) is a good base to start.