cch5ng / fe_interview

[wip] revamp of front end interview app
https://fe-interview.herokuapp.com
2 stars 0 forks source link

data store #2

Open cch5ng opened 5 years ago

cch5ng commented 5 years ago

starting out with 4 tables;

pretty basic but need to extend it a little for the feature of tracking test results (like I think it is most useful for the job applicant to be able to track over practice sessions which topics they are not doing very well in)

cch5ng commented 5 years ago

misc thoughts

something like react/mobx (state tree) node (or graphql) /postgresql ... might want to use json server initially? then refactor to rest api/graphql?

lib: auth0

messy point: is when the source control gets out of sync with user's saved questions; how to handle this? ability to save archived/obsolete questions and tracking which questions were deprecated at source

cch5ng commented 5 years ago

notes:

keywords user and order should not be used as custom tables or columns

cch5ng commented 5 years ago

missing app/index.js (and object related files)

missing bin/server.js

missing secrets file

cch5ng commented 5 years ago

in terms of seeding data, not sure what is way to proceed

cch5ng commented 5 years ago

thought 012119 > 12p ish

reuse the pattern of /app/dragon/table.js file ... initially called by seed script (need to import the output js/json files from the init parsing script results)


debug 2 issues

cch5ng commented 5 years ago

issues: