From 3b11df09fd000898a22cdd3376c9608cf03d4abc Mon Sep 17 00:00:00 2001 From: Prasanna Anbazhagan Date: Mon, 3 Feb 2025 10:47:57 +0530 Subject: [PATCH] Save commit --- .github/workflows/update-home-page.yaml | 6 +++--- projects/wealthwave.md | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update-home-page.yaml b/.github/workflows/update-home-page.yaml index 39f2a96..5458a49 100644 --- a/.github/workflows/update-home-page.yaml +++ b/.github/workflows/update-home-page.yaml @@ -22,9 +22,9 @@ jobs: title=$(grep -m 1 '^title:' $file | cut -d '"' -f 2) description=$(grep -m 1 '^description:' $file | cut -d '"' -f 2) status=$(grep -m 1 '^status:' $file | cut -d '"' -f 2) - contributors=$(grep '^ - ' $file | cut -d '"' -f 2 | paste -sd ', ' -) - tech=$(grep -A 1 '^technology:' $file | tail -n +2 | grep -v '^---' | sed 's/ - //g' | paste -sd ', ' -) - tags=$(grep -A 1 '^tags:' $file | tail -n +2 | grep -v '^---' | sed 's/ - //g' | paste -sd ', ' -) + contributors=$(grep -A 1 '^contributors:' $file | tail -n +2 | grep -v '^---' | sed 's/ - //g' | paste -sd '
' -) + tech=$(grep -A 1 '^technology:' $file | tail -n +2 | grep -v '^---' | sed 's/ - //g' | paste -sd '
' -) + tags=$(grep -A 1 '^tags:' $file | tail -n +2 | grep -v '^---' | sed 's/ - //g' | paste -sd '
' -) if [[ $status == "Completed" ]]; then status_icon="✅" elif [[ $status == "Ongoing" ]]; then diff --git a/projects/wealthwave.md b/projects/wealthwave.md index de3a61d..4e832c7 100644 --- a/projects/wealthwave.md +++ b/projects/wealthwave.md @@ -7,15 +7,16 @@ contributors: tags: - Finance - Tool -screenshots: - - "https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_1.png" - - "https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_2.png" - - "https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_3.png" - - "https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_4.png" technology: - Flutter - AWS - TypeScript progress: - 2024-10-01: Added expense tracker. - - 2024-08-01: Added way to sync the funds value from API. \ No newline at end of file + - 2024-08-01: Added way to sync the funds value from API. + +## Screenshots +![Screenshot 1](https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_1.png) +![Screenshot 2](https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_2.png) +![Screenshot 3](https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_3.png) +![Screenshot 4](https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_4.png) \ No newline at end of file