Retrohunt
Base
- Added the missing parameters to the Retrohunt ODM;
- Added a description to each parameter.
UI
- Removed unused functions;
- Added a get_job_details() to replace the prepare_search_result_detail() that gets the latest job information and update the datastore;
- Changed the "Create" route with a "PUT" request;
- Added a "Search" route to search for retrohunt jobs for and apply their latest information;
- Calculate the percentage value in the backend instead of the frontend.
Frontend
- Changed the API calls with the modification to the backend;
- Changed the retrohunt status component with the new values.