MIKEL-Inc / resume

Resume parsing and searching application.
MIT License
3 stars 0 forks source link

GraphQL doesn't return resumes #6

Closed chrisBosse closed 5 years ago

chrisBosse commented 5 years ago

Resume storage needs to be implemented in the database and the GraphQL schema and resolvers.

Probably use Base64 encoding to store PDF and DOCX files in a PostgreSQL TEXT field for minimum viable product. Later a file server and link address scheme can be worked out.

Add TEXTfield for parsed resume text, verbatim.

Add TEXTfield for parsed resume text, keywords. For now, just unique words should suffice. Maybe eliminate articles and common words, e.g. a, an, the. Later could use better keywords.