vitalseeds / vs-data-api

Fast API endpoints to expose vs-data actions for to run from Filemaker
MIT License
0 stars 0 forks source link

Refactor for robustness, maintainability #39

Open tombola opened 8 months ago

tombola commented 8 months ago

Aim for simple over complex, well tested, versioned.

Need to get the project well tested and reduce code smell/repetition.

This has been held up by lack of a good testing option to enable repetition, that should now be resolved by abstracting the SQL query construction and saving an anonymised/stripped db straight into the repo.

Methodology