statueofdavid / david-bb-site

my latest attempt at a portfolio
0 stars 0 forks source link

Design a solution?? aka build a prototype #14

Closed statueofdavid closed 2 months ago

statueofdavid commented 2 months ago

I will probably just do this while I am coding. Some may call that cowboy coding maybe. I think of it as a prototype... ah yeah

statueofdavid commented 2 months ago

added branch for tracking, moving to desktop in she shed

statueofdavid commented 2 months ago

ran into a road block and got advice from Eric as he identified the real problem (or at least a piece of the problem I can solve). In order to do this, I have to re-build how the Tagline component is written. In its current state, where persistence is minimized. I need to add more persistence.

  1. reduce hardcoded table of tables down a single table of the characters
  2. replicate the single table to equal the length of string to be displayed
  3. provide an iterator that tracks character being displayed
  4. a mechanism to shift the table for another character to be displayed
statueofdavid commented 2 months ago

moving the initial prototype work into the them-web-component project, not transferring this ticket though... just commenting for progress tracking. this issue is for integrating the prototype into the bb-site