ipol-journal / ipolDevel

IPOL demo system development
GNU Affero General Public License v3.0
23 stars 3 forks source link

Refactor/replace cherry py in archive module #161

Closed hmaciasc closed 1 year ago

hmaciasc commented 1 year ago

Bye bye cherrypy hello fastAPI :) I'm sure there are more modifications to be made afterwards like the use of result or DB improvements but for now this PR makes all requests to archive use http methods and status codes, removes the usage of status OK/KO and simplifies some of the code complexity.