bounswe / bounswe2017group5

Interestr - Build your own interest-based community
MIT License
6 stars 3 forks source link

Template based search UI #201

Closed smddzcy closed 6 years ago

smddzcy commented 6 years ago

About

Implemented the frontend of the template-based search, i.e. our advanced search feature. This PR contains some other minor changes as well.

Changes

Visuals

adv-search

Edit:

  1. Advanced search is a navbar item now:

    screen shot 2017-12-27 at 00 58 50
  2. Data template selectbox options now include the group names, because groups can have templates with the same name:

    screen shot 2017-12-27 at 01 01 34

Testing

smddzcy commented 6 years ago

It's probably the ugliest piece of code I've ever written, but it works. Please review 🤓

ThoAppelsin commented 6 years ago

A review, off the top of my head: We should have a dedicated button for this feature, even if it is just a text with link. It is a great feature, and just now, it is very somewhat (just saw the text guiding the user to press enter on the blank search box) hidden.

smddzcy commented 6 years ago

Sounds cool but where to put that button? 🤔

On 26 Dec 2017, at 12:16, Utkan Gezer notifications@github.com wrote:

A review, off the top of my head: We should have a dedicated button for this feature, even if it is just a text with link. It is a great feature, and just now, it is very hidden.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ThoAppelsin commented 6 years ago

My original thought was to put "Advanced Search" text to the left hand side of the box. We can also put something to the right hand side of the usual search button, maybe a very advanced looking magnifying-glass could do.

smddzcy commented 6 years ago

@ThoAppelsin:

My original thought was to put "Advanced Search" text to the left hand side of the box. We can also put something to the right hand side of the usual search button, maybe a very advanced looking magnifying-glass could do.

I agree; advanced search is a navbar item now 👌

screen shot 2017-12-27 at 00 58 50
ThoAppelsin commented 6 years ago

Bugs fixed. Seems all good to me now. With or without the bugs, it's good work.