how i periodically update the personal website

the personal website is updated on a monthly basis typically at the start of each month. the following items are updated in the following sequence:

items to update

  • (1) running/walking/swimming distances
  • (2) health activity
  • (3) kanban
  • (4) goals (haihai)
  • (5) haihai data generator
  • (6) weight datapoint
  • (7) web traffic datapoint
  • (8) goals (mainpage)

(1) running/walking/swimming distances

i take screenshots of exercise statistics from the COROS app synced with the watch. then the screenshots are aggregated to a webpage. the numeric datapoints like distance ran/swam are entered on the webpages. (2) health activity

health activity datapoints - /data/aggregate/activity/

health activity datapoints are recorded on a table as they are completed; i write them down on a notebook and then transfer them to the computer at the end of the day. (3) kanban

kanban datapoints - /data/kanban/

kanban items are updated as they are completed over time, and long-term kanban items are updated on progress (4) goals (haihai)

long-term goals - https://haihai.link/viewCollection/senaonp/goals

long-term goal datapoints are updated with the updates from steps 1-3 (5) haihai data generator

i have a website generator to export public data from my profiles on haihai.link (once the long-term goals have been updated on step 4) (6) weight datapoint

weight record datapoints - /data/aggregate/health/

weight record screenshots are taken from the RENPHO Health app synced with the weight scale and aggregated on the webpage (7) web traffic datapoint

website requests datapoints - /data/aggregate/website_requests/

website requests screenshots are taken from AWS and aggregated on the webpage (8) goals (mainpage)

the updated goals data is added to the mainpage section

🔙 back to longposts