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

Add a biweekly period implementation #3276

Merged

Conversation

cemalettin-work
Copy link
Contributor

@cemalettin-work cemalettin-work commented Nov 2, 2020

Currently, we have a broken biweekly period implementation for the task assessments' period. Now we have a biweely period which is basically the other Monday calculation from a specific date(chose "2021-01-04", 1st monday of 2021). Every monday that has even number of weeks apart from this date can be a biweekly period start.

Release notes

Closes #3068

User changes

  • Users can now see correct biweekly period.

Super User changes

Admin changes

System admin changes

  • anet.yml needs change
  • db needs migration
  • documentation has changed
  • graphql schema has changed

Checklist

  • Described the user behavior in PR body
  • Referenced/updated all related issues
  • commits follow a repo#issue: Title title format and these 7 rules
  • commits have a clean history, otherwise PR may be squash-merged
  • Added and/or updated unit tests
  • Added and/or updated e2e tests
  • Added and/or updated data migrations
  • Updated documentation
  • Resolved all build errors and warnings
  • Opened debt issues for anything not resolved here

anet-dictionary.yml Outdated Show resolved Hide resolved
anet-dictionary.yml Outdated Show resolved Hide resolved
@cemalettin-work cemalettin-work force-pushed the GH-3068-implement-biweekly-assessment-period branch 2 times, most recently from 272aa63 to ed9e4c6 Compare November 9, 2020 08:16
client/src/periodUtils.js Outdated Show resolved Hide resolved
client/src/periodUtils.js Show resolved Hide resolved
client/src/periodUtils.js Show resolved Hide resolved
client/src/periodUtils.js Show resolved Hide resolved
@cemalettin-work cemalettin-work force-pushed the GH-3068-implement-biweekly-assessment-period branch 2 times, most recently from ec5af4f to f38390b Compare November 16, 2020 11:14
@cemalettin-work cemalettin-work force-pushed the GH-3068-implement-biweekly-assessment-period branch from f38390b to 2f7d2d1 Compare November 16, 2020 11:26
@cemalettin-work cemalettin-work force-pushed the GH-3068-implement-biweekly-assessment-period branch from 2f7d2d1 to e5869a6 Compare November 16, 2020 12:03
@VassilIordanov VassilIordanov merged commit e2d4ed4 into candidate Nov 16, 2020
@VassilIordanov VassilIordanov deleted the GH-3068-implement-biweekly-assessment-period branch November 16, 2020 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement assessments period for biweekly
3 participants