wekan / wekan

The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.
https://wekan.github.io
MIT License
19.26k stars 2.81k forks source link

Feature: Starting day of the week (Sunday vs Monday) #2535

Closed ykorzikowski closed 4 years ago

ykorzikowski commented 5 years ago

There is currently no way to set the starting day of the week (Sunday vs Monday) and it defaults to Sunday on date edit view. It would be great to add an option to configure this.

See:

Bildschirmfoto 2019-07-09 um 20 13 10

gruessung commented 5 years ago

+1

xet7 commented 5 years ago

Target bounty 200 euro, then I will start implementing this.

https://www.bountysource.com/issues/76694702-feature-starting-day-of-the-week-sunday-vs-monday https://wekan.team/bounties/index.html

saschafoerster commented 4 years ago

We also had several issues with items accidentally put on a Sunday, because they thought it is Monday in the first line. I think this is not really a feature to be targeted by money, but rather a bug to be solved by anyone who is able. But anyway, we should support Wekan and it's development. :) So here is my +1 for this!

ykorzikowski commented 4 years ago

Just made some research. Maybe https://www.npmjs.com/package/js-datepicker => setting

  startDay: 1, // Calendar week starts on a Monday.

will do the trick?

xet7 commented 4 years ago

Sure, with enough Wekan contributors I would get pull requests to all issues and Wekan would be finished :) Anyone can help and add pull requests.

saschafoerster commented 4 years ago

@ykorzikowski Okay, let's try the commit here? :) https://github.com/wekan/wekan/blob/devel/client/lib/datepicker.js (I really have no clue, where to add the option. Maybe here?)

 onRendered() {
    const $picker = this.$('.js-datepicker').datepicker({
      todayHighlight: true,
      todayBtn: 'linked',
      language: TAPi18n.getLanguage(),
      startDay: 1,
    })
xet7 commented 4 years ago

@saschafoerster

I did try adding that startDay: 1 but it did not make any difference.

saschafoerster commented 4 years ago

So I warted to give 15$ via bountysource to this feature request, my PayPal-account shows it as paid, but I am not on the list as a backer... :( https://www.bountysource.com/issues/76694702-feature-starting-day-of-the-week-sunday-vs-monday

xet7 commented 4 years ago

@saschafoerster

When did you add that bounty? Maybe it's not immediately visible, and takes some days.

saschafoerster commented 4 years ago

@xet7 Yesterday evening. I will wait a little bit, but in times of PayPal and instant payments, I am not really satisfied with their service. ;) I guess there is a bug at their side, I am in contact with their support to find out what went wrong.

xet7 commented 4 years ago

I would really like if PayPal would be instant. Sometimes I have waited 2 weeks or one month when they "confirm payment". TransferWise is much faster, usually some days. Maybe some day I should figure out some better system.

saschafoerster commented 4 years ago

Feedback from Bugbounty:

Hi Sascha, I'm sorry about the issue. We are experiencing some site issues at the moment. I have refunded your payment via Paypal. I can notify you when the problems are resolved if you like. Sorry for any inconvenience Johan

saschafoerster commented 4 years ago

And the refund was there in an "iffy" :D

vogloblinsky commented 4 years ago

+1

marc1006 commented 4 years ago

This issue can probably be closed since the pull request has been merged.