Skip to main content

release_notes

  • ๐Ÿš€ Release v0.0.1 - make the deployment of everything easier โœ… 2023-12-13
Code for releasing
git commit -m "release_server_logs_client_bloc_v0.0.0"
git push origin master
# Public folder is deployed automatically with every commit

Featuresโ€‹

TABLE WITHOUT ID 
"โœ” " + file.link AS "Status",
"๐Ÿ“… " + Tasks.due AS "Due Date",
regexreplace(Tasks.text, "(\d{4}\-(0?[1-9]|1[012])\-(0?[1-9]|[12][0-9]|3[01])(.*)$)|๐Ÿ“…|โž•|โฐ|(๐Ÿ”.*)", "") AS "User Story"
WHERE
file.tasks FLATTEN file.tasks AS Tasks
WHERE
Tasks.completed sort Tasks.due ASC
WHERE
regextest("๐Ÿ“…\ (\d{4}\-(0?[1-9]|1[012])\-(0?[1-9]|[12][0-9]|3[01])(.*)$)", Tasks.text) = true
WHERE
Tasks.due.weekyear < date(today).weekyear + 365
WHERE
any(contains(file.tags,["v1_0_0"]))
SORT Task.due DESC

Technical debtโ€‹

  • ๐Ÿ“ก Fix docs deployment ๐Ÿ›ซ 2023-11-13 ๐Ÿ“… 2023-11-14 โœ… 2023-11-14

๐Ÿ” For some reason the website is not updated with the deployment. However, the deployment is done correctly according to logs.

๐Ÿ” Local deployment using npm run serve with npm run build is properly working. There must be some wrongdoing with the Github Action used.

  • ๐Ÿฆ• Research on Deno KV - example here and deploy here with Deno Deploy ๐Ÿ›ซ 2023-12-23 ๐Ÿ“… 2023-12-24 โœ… 2023-12-22
  • ๐Ÿฆ• Create a Deno cron to read Transfer events every minute ๐Ÿ›ซ 2024-01-02 ๐Ÿ“… 2024-01-04 โœ… 2023-12-31
  • ๐Ÿ”จ Add page transition ๐Ÿ“… 2024-01-24 โœ… 2024-01-24
  • ๐Ÿ”จ Refactoring User object ๐Ÿ“… 2024-01-26 โœ… 2024-01-26