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

Multi Tag controller action now accepts lists also #4606

Merged
merged 5 commits into from Jan 12, 2019
Merged

Conversation

SidharthBansal
Copy link
Member

Fixes #0000 (<=== Add issue number here)

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

  • tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with rake test
  • code is in uniquely-named feature branch and has no merge conflicts 📁
  • PR is descriptively titled 📑
  • screenshots/GIFs are attached 📎 in case of UI updation
  • ask @publiclab/reviewers for help, in a comment below

We're happy to help you get this ready -- don't be afraid to ask for help, and don't be discouraged if your tests fail at first!

If 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

Thanks!

@SidharthBansal SidharthBansal changed the title Isha changes Multi Tag controller action now accepts lists also Jan 12, 2019
@SidharthBansal SidharthBansal added this to the Tagging and topics milestone Jan 12, 2019
@plotsbot
Copy link
Collaborator

plotsbot commented Jan 12, 2019

2 Messages
📖 @SidharthBansal Thank you for your pull request! I’m here to help with some tips and recommendations. Please take a look at the list provided and help us review and accept your contribution! And don’t be discouraged if you see errors – we’re here to help.
📖 It looks like you haven’t marked all the checkboxes. Help us review and accept your suggested changes by going through the steps one by one. If it is still a ‘Work in progress’, please include ‘[WIP]’ in the title.

Generated by 🚫 Danger

@SidharthBansal SidharthBansal merged commit 4c12b26 into master Jan 12, 2019
@SidharthBansal
Copy link
Member Author

SidharthBansal commented Jan 12, 2019

@jywarren @IshaGupta18 I merged some tests and code changes which will help us.
You can remove the subscription controller, routes changes from your pr and merge the latest master branch in it. I suppose then Travis will pass.

jywarren pushed a commit that referenced this pull request Jan 17, 2019
* adding period to nearby nodes and people

* codeclimate

* codeclimate 2

* Multi Tag controller action now accepts lists also (#4606)

* Multiple tag controller action accepts lists also now

* Few minor changes

* routes modified

* User not logged in

* minor change

* Enhanced readability (#4610)

* Enhanced readability

* .

* .

* Username not editable in database (#4599)

* making username not editable

* making username not editable

* making username not editable at database level

* adding tests

* editing test_1

* combining both tests

* combining both tests

* Multi tag subscription button (#4555)

* Multiple subscriptions button version 2

* Fixes #4344 Multiple Tag subscription button

* Removing comment

* Changing same to tagnames

* Partial for Subscribe Button

* Keeping subscribed tags checked

* Keeping 2 space indentation

* params[:same] to params[:tagnames]

* Fixing all indentation in tags_popover partial

* Fixing indentation in tagging partial

* Fixing more indentation in tags_popover partial

* Login Modal now linked to Subscribe+ button

* Login Modal now linked to Subscribe+ button

* Delete _tags_pop.html.erb

* Delete _tags.html.erb

* Updating to return_to /login

* Updating to return_to /login

* Fixing indentation in tags_popover partial

* Keeping subscribed tags checked revised code

* Adding documentation to subscribe_button partial

* Adding documentation to tagging partial

* Fixing return to path

* Fixing indentation once again

* Fixing indentation once more

* Modifying multiple_add function in subscription controller

* attempting to untrack tags partial

* Restoring original tags sidebar view

* Removing trailing whitespace

* Removing return statement at line 125 in susbcription controller

* Update subscription_controller.rb

* Update routes.rb

* Update _tags_popover.html.erb

* Update routes.rb

* Update _tagging.html.erb

* Removing space

* reduced login redundancy (#4605)

* reduced login redundancy

* Revert "reduced login redundancy"

This reverts commit 0ca2c7d.

* changed new.html and header

* moved partial content to file

* Fixes #4311 optional profile picture at sign up (#4538)

* Fixes #4311 optional profile picture at sign up

* Fixing profile picture styling

* Adding margin

* OAuth status fix (#4618)

* started with test

* fix status on creation

* Update user.rb

* Update user_test.rb

* Update user.rb

* tests

* test correction (#4621)

* removing puts

* adding period to nearby nodes and people

* codeclimate

* codeclimate 2

* Removing space

* tests

* removing puts

* fixing tags order

* more tests

* codeclimate

* codeclimate again

* codeclimate again again

* codeclimate again again again

* fixing if condition

* fixing if condition [2]

* one more test
SrinandanPai pushed a commit to SrinandanPai/plots2 that referenced this pull request May 5, 2019
* Multiple tag controller action accepts lists also now

* Few minor changes

* routes modified

* User not logged in

* minor change
SrinandanPai pushed a commit to SrinandanPai/plots2 that referenced this pull request May 5, 2019
* adding period to nearby nodes and people

* codeclimate

* codeclimate 2

* Multi Tag controller action now accepts lists also (publiclab#4606)

* Multiple tag controller action accepts lists also now

* Few minor changes

* routes modified

* User not logged in

* minor change

* Enhanced readability (publiclab#4610)

* Enhanced readability

* .

* .

* Username not editable in database (publiclab#4599)

* making username not editable

* making username not editable

* making username not editable at database level

* adding tests

* editing test_1

* combining both tests

* combining both tests

* Multi tag subscription button (publiclab#4555)

* Multiple subscriptions button version 2

* Fixes publiclab#4344 Multiple Tag subscription button

* Removing comment

* Changing same to tagnames

* Partial for Subscribe Button

* Keeping subscribed tags checked

* Keeping 2 space indentation

* params[:same] to params[:tagnames]

* Fixing all indentation in tags_popover partial

* Fixing indentation in tagging partial

* Fixing more indentation in tags_popover partial

* Login Modal now linked to Subscribe+ button

* Login Modal now linked to Subscribe+ button

* Delete _tags_pop.html.erb

* Delete _tags.html.erb

* Updating to return_to /login

* Updating to return_to /login

* Fixing indentation in tags_popover partial

* Keeping subscribed tags checked revised code

* Adding documentation to subscribe_button partial

* Adding documentation to tagging partial

* Fixing return to path

* Fixing indentation once again

* Fixing indentation once more

* Modifying multiple_add function in subscription controller

* attempting to untrack tags partial

* Restoring original tags sidebar view

* Removing trailing whitespace

* Removing return statement at line 125 in susbcription controller

* Update subscription_controller.rb

* Update routes.rb

* Update _tags_popover.html.erb

* Update routes.rb

* Update _tagging.html.erb

* Removing space

* reduced login redundancy (publiclab#4605)

* reduced login redundancy

* Revert "reduced login redundancy"

This reverts commit 0ca2c7d.

* changed new.html and header

* moved partial content to file

* Fixes publiclab#4311 optional profile picture at sign up (publiclab#4538)

* Fixes publiclab#4311 optional profile picture at sign up

* Fixing profile picture styling

* Adding margin

* OAuth status fix (publiclab#4618)

* started with test

* fix status on creation

* Update user.rb

* Update user_test.rb

* Update user.rb

* tests

* test correction (publiclab#4621)

* removing puts

* adding period to nearby nodes and people

* codeclimate

* codeclimate 2

* Removing space

* tests

* removing puts

* fixing tags order

* more tests

* codeclimate

* codeclimate again

* codeclimate again again

* codeclimate again again again

* fixing if condition

* fixing if condition [2]

* one more test
@emilyashley emilyashley deleted the isha_changes branch January 15, 2020 22:08
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.

None yet

2 participants