Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terms #53

Merged
merged 12 commits into from
Mar 28, 2024
Merged

Terms #53

merged 12 commits into from
Mar 28, 2024

Conversation

santhitak
Copy link
Contributor

This template provide examples of description. Please remove it and replace with yours

This PR will resolve: Issue Title #ID

<Example: Amend Axios libs #00>

Objective of the changes:

  • <Example: To improve security by checking if user has a valid authorization to request or not.>

Changes proposed:

  • <Example: Added Authorization to headers in API request.>

Impacted segments:

  • <Example: Axios libs.>

Check list for reviewer:

  • Information in the description is enough and understandable.
  • Does not have performance issues.
  • Code changes does not effect build failed.
  • Does not have issues.

Approving the changes, reviewer must fully understands the description. DO NOT APPROVE MR IF YOU HAVE NO IDEA WHAT IS GOING ON

SoNicBoom24 and others added 10 commits March 17, 2024 22:37
commit cdc7e25
Merge: d03ee1a aeefbaa
Author: SoNicBoom24 <boomzahrk@gmail.com>
Date:   Wed Mar 27 20:44:21 2024 +0700

    Merge branch 'main' of https://github.com/deeptech-kmitl/producktivity

commit aeefbaa
Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
Date:   Wed Mar 27 00:06:25 2024 +0700

    feat: Initialize dashboard page (#51)

    * feat: add nav and footer to layout

    * feat: init tabs

    * feat: add components to dashboard page

commit f2d265e
Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
Date:   Mon Mar 25 18:16:46 2024 +0700

    feat!: UI refinement (#49)

    * feat: change action button size

    * feat: amend surface to be lighter

    * feat: redesign nav layout

    * feat: lottie files animation

    * feat: add size prop

    * feat: add box alignments

    * feat: amend color hue

    * feat: re-align layout

    * feat: quickest/icon

    * feat: refactor components

    * feat: feature section

    * feat: add icons to each features

    * feat: redesign cta

    * feat: fix hero layout

    * feat: edit color

    * Squashed commit of the following:

    commit dfed145
    Author: Supachai Kheawjuy <supachai@spicyz.io>
    Date:   Sun Mar 17 15:36:06 2024 +0700

        feat: Hono implementation (#48)

        * feat: create user script

        * fix: set database name as singular

        * feat: change from nest to hono

        * feat: remove nest

        * feat: remove nest fastify

    commit e536b18
    Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
    Date:   Sun Mar 17 15:16:26 2024 +0700

        feat(api-service): Add user service (#46)

        * feat: create user script

        * fix: set database name as singular

        * build(dep): add class-transformer

        * feat: domain persistence and usecase

        * feat: remove profile image

        * feat: user usecases

        * feat: user port

        * feat: user di token

        * feat: remove T prefix

        * feat: remove constructure and getter/setter

        * feat: export functions

        * fix: add new User function

        * feat: add User service

        * chore: add service path

        * fix: resolve issues

        * refactor: domain and service

        ---------

        Co-authored-by: spicyzboss <supachai@spicyz.io>

    * build(deps): update pnpm-lock

    * fix: remove unusable variant

    * feat: cta section

    * feat: text-inherit

    * feat: add theme color for hero quote

    * feat: add route

    * feat: edit sign-in and sign-up page

    * feat: change content color for features

commit d03ee1a
Author: SoNicBoom24 <boomzahrk@gmail.com>
Date:   Sun Mar 17 22:30:36 2024 +0700

    feat(web): Add privacy and terms page
commit b4ade32
Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
Date:   Thu Mar 28 19:14:29 2024 +0700

    feat: Implement dashboard tab section (#52)

    * feat: margin props

    * feat: text variant small

    * feat: badge button

    * feat: add margin prop to Box

    * feat: add margin prop to Box

    * feat: add logo to brand name

    * feat: plan badge

    * feat: dashboard tab

    * feat: add current plan

    * feat: test github workflow

    * feat: test github workflow

    * fix: pipeline

    * fix: remove context declaration

    * feat: make use of  deploy_link.sh

    * fix: remove github declaration

    * fix: shell script path

    * fix: have deployment log out of workflow folder

    * fix: pipeline

    * fix: pipeline

    * fix: have deployment log out of workflow folder

    * fix: remove github declaration

    * fix: change typo link to dep_link

    * fix:  change replace to update github outputs

    * fix: change typo link to dep_link

    * fix: change deplink to link

    * fix: link value

    * feat: use deploymentlink.txt

    * feat: test txt path

    * test: test txt path

    * feat: temp remove comment

    * build(deps): tanstack table

    * feat: status badge

    * feat: table

    * fix: table layout

    * feat: project routes

    * feat: main table dashboard

    * feat: credit box

    * feat: fix colors

    * bug: revert workflows

    * fix: remove credit unused props

commit aeefbaa
Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
Date:   Wed Mar 27 00:06:25 2024 +0700

    feat: Initialize dashboard page (#51)

    * feat: add nav and footer to layout

    * feat: init tabs

    * feat: add components to dashboard page

commit f2d265e
Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
Date:   Mon Mar 25 18:16:46 2024 +0700

    feat!: UI refinement (#49)

    * feat: change action button size

    * feat: amend surface to be lighter

    * feat: redesign nav layout

    * feat: lottie files animation

    * feat: add size prop

    * feat: add box alignments

    * feat: amend color hue

    * feat: re-align layout

    * feat: quickest/icon

    * feat: refactor components

    * feat: feature section

    * feat: add icons to each features

    * feat: redesign cta

    * feat: fix hero layout

    * feat: edit color

    * Squashed commit of the following:

    commit dfed145
    Author: Supachai Kheawjuy <supachai@spicyz.io>
    Date:   Sun Mar 17 15:36:06 2024 +0700

        feat: Hono implementation (#48)

        * feat: create user script

        * fix: set database name as singular

        * feat: change from nest to hono

        * feat: remove nest

        * feat: remove nest fastify

    commit e536b18
    Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
    Date:   Sun Mar 17 15:16:26 2024 +0700

        feat(api-service): Add user service (#46)

        * feat: create user script

        * fix: set database name as singular

        * build(dep): add class-transformer

        * feat: domain persistence and usecase

        * feat: remove profile image

        * feat: user usecases

        * feat: user port

        * feat: user di token

        * feat: remove T prefix

        * feat: remove constructure and getter/setter

        * feat: export functions

        * fix: add new User function

        * feat: add User service

        * chore: add service path

        * fix: resolve issues

        * refactor: domain and service

        ---------

        Co-authored-by: spicyzboss <supachai@spicyz.io>

    * build(deps): update pnpm-lock

    * fix: remove unusable variant

    * feat: cta section

    * feat: text-inherit

    * feat: add theme color for hero quote

    * feat: add route

    * feat: edit sign-in and sign-up page

    * feat: change content color for features
commit b4ade32
Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
Date:   Thu Mar 28 19:14:29 2024 +0700

    feat: Implement dashboard tab section (#52)

    * feat: margin props

    * feat: text variant small

    * feat: badge button

    * feat: add margin prop to Box

    * feat: add margin prop to Box

    * feat: add logo to brand name

    * feat: plan badge

    * feat: dashboard tab

    * feat: add current plan

    * feat: test github workflow

    * feat: test github workflow

    * fix: pipeline

    * fix: remove context declaration

    * feat: make use of  deploy_link.sh

    * fix: remove github declaration

    * fix: shell script path

    * fix: have deployment log out of workflow folder

    * fix: pipeline

    * fix: pipeline

    * fix: have deployment log out of workflow folder

    * fix: remove github declaration

    * fix: change typo link to dep_link

    * fix:  change replace to update github outputs

    * fix: change typo link to dep_link

    * fix: change deplink to link

    * fix: link value

    * feat: use deploymentlink.txt

    * feat: test txt path

    * test: test txt path

    * feat: temp remove comment

    * build(deps): tanstack table

    * feat: status badge

    * feat: table

    * fix: table layout

    * feat: project routes

    * feat: main table dashboard

    * feat: credit box

    * feat: fix colors

    * bug: revert workflows

    * fix: remove credit unused props

commit aeefbaa
Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
Date:   Wed Mar 27 00:06:25 2024 +0700

    feat: Initialize dashboard page (#51)

    * feat: add nav and footer to layout

    * feat: init tabs

    * feat: add components to dashboard page

commit f2d265e
Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
Date:   Mon Mar 25 18:16:46 2024 +0700

    feat!: UI refinement (#49)

    * feat: change action button size

    * feat: amend surface to be lighter

    * feat: redesign nav layout

    * feat: lottie files animation

    * feat: add size prop

    * feat: add box alignments

    * feat: amend color hue

    * feat: re-align layout

    * feat: quickest/icon

    * feat: refactor components

    * feat: feature section

    * feat: add icons to each features

    * feat: redesign cta

    * feat: fix hero layout

    * feat: edit color

    * Squashed commit of the following:

    commit dfed145
    Author: Supachai Kheawjuy <supachai@spicyz.io>
    Date:   Sun Mar 17 15:36:06 2024 +0700

        feat: Hono implementation (#48)

        * feat: create user script

        * fix: set database name as singular

        * feat: change from nest to hono

        * feat: remove nest

        * feat: remove nest fastify

    commit e536b18
    Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com>
    Date:   Sun Mar 17 15:16:26 2024 +0700

        feat(api-service): Add user service (#46)

        * feat: create user script

        * fix: set database name as singular

        * build(dep): add class-transformer

        * feat: domain persistence and usecase

        * feat: remove profile image

        * feat: user usecases

        * feat: user port

        * feat: user di token

        * feat: remove T prefix

        * feat: remove constructure and getter/setter

        * feat: export functions

        * fix: add new User function

        * feat: add User service

        * chore: add service path

        * fix: resolve issues

        * refactor: domain and service

        ---------

        Co-authored-by: spicyzboss <supachai@spicyz.io>

    * build(deps): update pnpm-lock

    * fix: remove unusable variant

    * feat: cta section

    * feat: text-inherit

    * feat: add theme color for hero quote

    * feat: add route

    * feat: edit sign-in and sign-up page

    * feat: change content color for features
Copy link

nx-cloud bot commented Mar 28, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 901e1cf. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@santhitak santhitak merged commit 5e8ce77 into main Mar 28, 2024
2 checks passed
@santhitak santhitak deleted the terms branch March 28, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants