-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
User settings page #2828
User settings page #2828
Conversation
Generated by 🚫 Danger |
I think this error is intermittent and unrelated -- there's an issue at #2824 ? Restarted it! |
Great, just a CodeClimate thing - want to approve it? |
hi @jywarren looks you have to |
Great work @Gauravano !! However, we need to come up with a minimum number of tags which need to be added for which a cron job is to be made in scheduler.rb . e.g digest:daily, digest:monthly, digest:daily and so on..Could you have a look at #2772 . I have used def customize_digest(type) method to add and remove these tags. You might want to use them in the controllers, once it gets merged. @jywarren any ideas?? |
hi @ViditChitkara , I will adjust my view according to your controller function after your PR will be merged. Thanks. |
Cool 👍 |
OK, i'll approve CodeClimate then. I think it's OK. It'll simplify once we get rid of DrupalUsers - #956 Great teamwork folks, just ping me when you're ready! |
Hey @jywarren , @ViditChitkara and I was just discussing whether a user should be able to select only one type of digest from |
Ah, like not both? Is there an efficiency or code simplicity reason to not allow both? If there isn't, i guess we can let people get a daily AND weekly digests... odd but maybe someone would like it? |
I thought of it a bit and came to a conclusion that, if we allow both, every week user would get 2 digest mails which is kind of inappropriate (and daily mails too). However, if a user opts for daily digest, he we automatically get weekly mails. While if a user chooses weekly, then most probably he/she wants only weekly mails and not daily. Makes sense?? |
Looks like #2772 is done although we are still trying to figure it out (any help appreciated) as it's not sending in production. But are we ready to merge this PR and pick up the settings again? Thanks! |
As we don't have digest template or any final preparation. I think I should close this one for now. I will make the settings page based on current settings in #2985 .Thanks! |
Fixes #2796
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
fixes #0000
-style reference to original issue #@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
We have a loose schedule of reviewing and pulling in changes every Tuesday and Friday, and publishing changes on Fridays.
Thanks!