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

(On Hold) Search view translation #654

Closed
wants to merge 2 commits into from

Conversation

jiteshjha
Copy link
Member

@jiteshjha jiteshjha commented Aug 8, 2016

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

  • All tests pass -- rake test:all
  • code is in uniquely-named feature branch, and has been rebased on top of latest master (especially if you've been asked to make additional changes)
  • pull request are descriptively named
  • if possible, multiple commits squashed if they're smaller changes
  • reviewed/confirmed/tested by another contributor or maintainer
  • schema.rb.example has been updated if any database migrations were added

Please be sure you've reviewed our contribution guidelines at https://publiclab.org/wiki/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. Please alert developers on plots-dev@googlegroups.com when your request is ready or if you need assistance.

Thanks!

Added _new, _list and _notes view translation

Added sidebar/_related view
@jiteshjha
Copy link
Member Author

Hi @jywarren, small PR for search view I18n.
Thanks!

@jywarren
Copy link
Member

jywarren commented Aug 9, 2016

This looks good, but will probably overlap the work of @david-days and @ujithaperera -- can you three just sync up and tell me what order I should merge PRs in? I wouldn't want to create an especially bad merge conflict. Thanks!

@ujithaperera
Copy link
Contributor

@jywarren and @jiteshjha actually this views are won't be available with our update. David and I designed two different search pages called advanced search and dynamic search. Yes, this may generate few unnecessary merge conflicts. @david-days what do you suggest ?

@jywarren
Copy link
Member

jywarren commented Aug 9, 2016

I think a lot of the actual translations may be very helpful on the new
pages. Perhaps we could wait on this PR until the big search merge is
complete, then try to re-apply these translations to the new page?

On Tue, Aug 9, 2016 at 11:56 AM, Ujitha Perera notifications@github.com
wrote:

@jywarren https://github.com/jywarren and @jiteshjha
https://github.com/jiteshjha actually this views are won't be available
with our update. David and I designed two different search pages called advanced
search and dynamic search. Yes, this may generate few unnecessary merge
conflicts. @david-days https://github.com/david-days what do you
suggest ?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#654 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AABfJ_yPSYx36wFBHmh_iA7P_3UZX8rKks5qeFzEgaJpZM4JfE1v
.

@ujithaperera
Copy link
Contributor

Yes, It's good.

@jiteshjha
Copy link
Member Author

We can merge this in after @ujithaperera's work has been merged.

@jiteshjha jiteshjha changed the title Search view translation (On Hold) Search view translation Aug 9, 2016
@jywarren
Copy link
Member

Hi, Jitesh - don't know if you're too busy or what, but we've just merged in all the search code in #810 and could revisit this now if you have any time. Thanks and hope you're well!

@ryzokuken
Copy link
Member

Hello! You must've noticed that the unit tests failed unexpectedly on your PR. This was due to some issue in the Travis CI testing configuration which was fixed by @jywarren later tonight. In order to make them work again, please rebase your work on top of the current master and then try pushing to your remote branch. Do this by:

$ git fetch upstream
$ git checkout master
$ git merge upstream/master
$ git checkout <my-branch>
$ git rebase master
$ git push origin <my-branch>

Thanks for bearing with us,
Ujjwal

@jywarren
Copy link
Member

Going to close this as we're making some bigger changes to search, so this would need to be rewired. Thank you though!!!

@jywarren jywarren closed this Nov 26, 2017
@jiteshjha jiteshjha deleted the search-view-translation branch November 29, 2017 11:51
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.

4 participants