givepraise / praise

Praise community contributions to build a culture of giving and gratitude.
https://givepraise.xyz
GNU General Public License v3.0
37 stars 21 forks source link

Period end should have same date format as Period start #1021

Open kristoferlund opened 1 year ago

kristoferlund commented 1 year ago

Later we will try to use localized dates all over but for now let's stick with the pattern "YYYY-MM-DD".

Image

ujwalkumar1995 commented 1 year ago

Hey @kristoferlund I would like to work on this. Could you please assign?

kristoferlund commented 1 year ago

Welcome @ujwalkumar1995! Let me know if you have any issues setting up Praise locally.

Prerequisite: Docker

nvm use
yarn
yarn mongodb:start
yarn setup
yarn workspace api start:debug
yarn workspace frontend start
kristoferlund commented 1 year ago

Partially fixed in #1025

Issue remains that display format of input field is wrong. Possible solutions:

@ujwalkumar1995 unassigning you from this unless you want to keep at it.