[ ] Experience filter on job search - filter by Junior, Mid, Senior, Lead, which gets added to the start of the query
[ ] Salary filter on job search?
[ ] Candidate Profiles - Update skills section, Saved/favourite jobs sections, also a search button that does a job search taking in saved information as params
[ ] Employer Profiles with shortlisted candidates section. Maybe a 'Create/Post Job' option eventually?
[ ] Semantic HTML - at the moment we have quite a lot of divs, we would change these to sections
[ ] Add Google analytics - the app seemed pretty popular, we could see if people are using it
[ ] If a skill is not listed in skills section maybe have an 'Other' that the user can then type, e.g 'Typescript'. As Ramon's search filters are generated by what is in the json/local storage this then gets added to the filters automatically
[ ] Options to link your portfolio to the candidate page (just as a button) - Could also add Linkedin, other services?
[ ] Integrate Firebase for secure login and data handling (users, profiles and messaging)
[ ] Move api scripts to proxy in netlify/functions so fully server-side managed
[ ] Internationalisation - this is an easy one - you can set the locale in the job request and use google translate api for the static page content while checking the browser locale. The cities on the home page may need to be curated.