Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.44 KB

TASKS.org

File metadata and controls

52 lines (36 loc) · 1.44 KB

Tasks

Add a User Manual

Write a manual on how to start the application and use the app. Document all features:

  • POST CV to API
  • Create CV through GUI
  • Install and start the server
  • Install and start standalone client that embeds the server…

Add project’s dependencies in org file

In order to generate the PDF, install wkhtmltopdf. On ubuntu: sudo apt-get install wkhtmltopdf.

Add Education section

The education section is missing in the resume: bachelor of biology and master of computational biology

Improve sections’ titles

Make the titles of every section dynamic, so that they can be set from within the translation file.

Run server and create POST route

<2020-04-10 ven.>

(clack:clackup (snooze:make-clack-app) :port 9003)

Testing

SERVICES:STORE-CV

CV created with correct values from json string

<2020-04-16 jeu.>

Check error response from API when json INPUT not correct

JSONS:TYPE-COMPATIBLE

Ensure common discrepencies the function must check for

<2020-04-14 mar.>

Service - create cv

<2020-04-15 mer.>

Ensure data structure of received JSON. Needs to ensure that the mandatory fields are there.

Create a standalone App

Create Electron App

Create web page for CV creation (form to fill in)

Ensure display of cv works as good as current davd33.org