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