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

[Candidate Web] Enable Search Jobs in Candidate Web #494

Closed
sparchana opened this issue Dec 9, 2016 · 6 comments
Closed

[Candidate Web] Enable Search Jobs in Candidate Web #494

sparchana opened this issue Dec 9, 2016 · 6 comments
Assignees
Milestone

Comments

@sparchana
Copy link
Owner

No description provided.

@sparchana sparchana added this to the Dec - Rel2 milestone Dec 9, 2016
@sparchana sparchana modified the milestones: Dec - Rel3, Dec - Rel2 Dec 18, 2016
@ethereal-sandeep
Copy link
Collaborator

Progress:

  1. Elastic Search and its sample code is available here

  2. Elastic Search Settings that needs to be provided to ebean doesn't work. This link shows the current issue for this bug. + Encountered complications while implementing the temp suggested plugin solution

  3. This link show the current PR for the above bug

  4. Currently using this ServerConf approach to solve the elastic search issue. along with this library libraryDependencies ++= Seq( "org.avaje.ebeanorm" % "avaje-ebeanorm-elastic" % "1.3.1" ) has resulted in successful compilation and allows to use @DocStore annotation in entity.

  5. Tried couple of things after reading about serverConfig: no luck yet
    https://ebean-orm.github.io/apidocs/com/avaje/ebean/config/ServerConfig.html

Need to find a way to access EbeanElastic Server.
Also indexing of required class is the next step

@sparchana
Copy link
Owner Author

Testing comments:

Mobile:

  1. Auto complete suggestions is not working for me

img_1291

  1. Even search results are not loading and tapping on sort / filter buttons doesnt open up those options.
    img_1292

Webview:

  1. Reduce height of the search bar. We dont need so much padding on top and bottom.
    Also reduce the height of the BG image (the blue image) so that the search results start further above in the page.

screen shot 2017-01-04 at 5 08 01 pm

2. Upon selecting a filter input / resetting the filter, we had discussed that the page focus should scroll to the top to the beginning of results. I dont see that happening 3. If we have 9 jobs now, we are displaying in page 1 : Showing 1-5 of 9 jobs and in page 2: Showing 1-4 of 9 jobs. Ideally it must be page 1 : Showing 1-5 of 9 jobs and in page 2: Showing 6-9 of 9 jobs 4. Logout doesnt seem to be working in search page

screen shot 2017-01-04 at 5 14 51 pm

5. Lets fix the out of focus issue with the awesomeplete plugin please. its an extremely annoying bug. 6. In both, the home page and the Search page change hint text in suggestions box to 'Type company name or job role or title'

@sparchana
Copy link
Owner Author

Testing comments:

Web view:

  1. Upon selection of a new page, the view used to scroll to top earlier. Doesnt happen now.
  2. Found a place where the code is breaking. Lets add sufficient null checks in the genJobCardModule

screen shot 2017-01-06 at 12 27 30 pm

3. For experience and education matching criteria , please change query to make sure that 'Any' education or 'Any' experience match for any given criteria. eg, if user is searching for education '12th', we should show all education=12th and education=any job posts. 4. Looks like the hint text for keywords box is not changed in the main search page. it is changed only in the home page.

screen shot 2017-01-06 at 12 40 48 pm

5. Signing-in from search jobs page results in re-direction issues.

screen shot 2017-01-06 at 12 41 53 pm

6. Logged in search Jobs page and clicked on 'Profile' menu option. The top dashboard seems broken (name, mobile etc not visible)

screen shot 2017-01-06 at 12 51 09 pm

@sparchana
Copy link
Owner Author

@ethereal-sandeep @rvsharma972
can you please take care of comments above at the earliest

@ethereal-sandeep
Copy link
Collaborator

In ref to above comments:
4. both html are having same placeholders and i see the same text at both places "Type company name or job role or title"
6. i am not able to replicate this issue. for me

  • on search page, when sign in , redirected to dash board with full info..
  • Also Logged in search Jobs page and clicked on 'Profile' menu option showed all data .

@sparchana
Copy link
Owner Author

released on 7-Jan

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

No branches or pull requests

3 participants