ProsperousHeart / ProsperousHeart.github.io

My Digital Resume
https://resume.prosperousheart.com
4 stars 0 forks source link

Determine & Map Out Items to Migrate for Django #63

Closed ProsperousHeart closed 2 months ago

ProsperousHeart commented 2 months ago

Determine what pieces need to be made into their own "app" for this Django project.

Use this Miro board for planning.

ProsperousHeart commented 2 months ago

This may change in the future, but this is the plan: image

ProsperousHeart commented 2 months ago

For the main project:

  1. Determine what the base CSS is that the Django templates will all pull from (see source/containers)
  2. fix broken / old CSS - ensure they are consistent across sections

Requirements for each section:

  1. Since these links are not going external & will stay on the single page, need to set URK in the main project to the section on the page
  2. determine what model (if any) is required for the project app (site section)
  3. build the HTML view & model (as needed)
  4. add CSS for the section
  5. once ready, leave in REVIEW (see board) until other sections are added to confirm interactivity