blumilksoftware / interns-2022c-internships

Intership programme application made by interns themselves.
MIT License
5 stars 5 forks source link

Transition remaining static backend to the new framework #173

Closed plencka closed 2 years ago

plencka commented 2 years ago

In /backend/static there are remains of a static api that was used to generate .json data from .csv files.

Some functionalities like geocoding could be rewritten to services used in Laravel controllers. All other stuff can be discarded, because we are no longer using .csv files and all other stuff is already handled in the framework in some way.

A cleanup also needs to be performed to remove references to old scripts, testing, etc. in composer and readme.