Skip to content

Latest commit

 

History

History
121 lines (110 loc) · 3.98 KB

todo.md

File metadata and controls

121 lines (110 loc) · 3.98 KB

TODO

  • Alias on cv / curriculum seo

  • Remove unwanted from repo

  • Add new repo for project

  • Add icons js for project

  • Custom JH favicon

  • Meta other

  • Global styles

  • Background image is distorted

    • 840 height is about right
    • What is the height of pdf
  • Pull in remote images

    • Black style
    • White/Printeable
    • Link color
  • Layout

    • Chronological
    • Skills Based
    • Typical C.V.
    • Left col for title, period & Company ?
  • Language Logic and how to handle this

    • Const with template vars ?
    • Figure how to do this language switch
    • React Router ?
  • Load content fetch useEffect / useCallback

  • Page

    • Custom background
      • Works however have to manually insert this background for each page
    • Flexbox is to continue implementing should we continue building
  • Header

    • Custom Background
    • Profile image
    • My name
    • Subtitle 1 Custom Bold font
    • Subtitle 2 Custom Font
  • About me block ?

    • Main text
    • Contact info
  • Experiences block

    • Main Heading block
    • 3 col flexbox
    • List See if we get styling similar to website with icons + stcking
    • Strongs ? - [x] This is some text. Some of it is <Text style={{ fontFamily: 'italic font' }}
      • Vertically stacked experience summary ? x3
    • Icons
    • Education block
      • 3 Col flexbox
      • Add awards and
      • Style awards ?
        • [] Move Certs up ?
    • [] Skills block ?
  • Data fetching

    • Setup a json api
      • Curriculum to json
        • Jquery to generate json
      • Fix CORS issues (Only Get)
    • Setup a custom use-http.js / or useCallback directly
    • Clean up data before hand in desc '",\n," " '
    • Use PHP and data atts to generate data feed
      • Fix bugs
    • [] Md to json ?
      • I dont think feedback to user is a big concern but its neat
    • Generic text filter function utils
  • Language handling !

    • [] Params from url to language switch integration
    • Lang file
    • Re-Template
    • Title and Profession
    • Export with filename

Techincal debt:

  • Repeatedly Downloading Pdfs and then opening them
    • render in browser !
      • See test.jsx and rendewr app cmp normally
  • zoom pdf renderer 100% (defaultScale={1} ? Sure i saw this working before)
  • Issue when rendering and failing in bkg
    • Open new tab may fix issue
    • Capture errors from the pdf renderer (errror boundary)
  • [] Render in browser rather than serverside , download button ?

BUGS :

  • Look at rendering methods to fix this
  • Render crash see notes below
  • Background image throws error when adding page color bkg ?

Design Review:

Most importantly skim over all of requirements and follow up with adjustments

  • Borders
    • Drop shadow ?
      • Cant be done
    • Card
  • Font sizes
  • Image Relative Sizing
  • Element positioning like contact info

Threat Analysis:

  • Background image
    • absolute positioning for Text components over an image
  • Will this work on the web
  • reliably pulling content from my cv html / web ?
    • some styles work
  • how much markup can be pulled in and will work ?
  • can styling be integrated directly from stylesheet ?
    • Box-Shadows: no ?
    • Circular border ? yes
    • Custom fonts ? Yes
    • Transparen background ? Yes
    • Yes, but not all styles work. In react dom yes but not in pdf doc
  • flex box works / horizontal aligned divs
  • How to fit across various pages
    • Has built in page breaks wrapper engine set wrap={false}
  • [] Exporting Filename https://codesandbox.io/s/polished-https-uvzew?file=/src/App.js