Wednesday, June 12, 2013

12th June

I was having some trouble coding the predictive skills page using peopleSearch(). Besides, I was reaching the throttle limit way too often.

Hence, I decided to start working on a user-authenticated skills page.
The idea is simple-

  1. The user opens the page.
  2. He/she authenticates by signing in with LinkedIn.
  3. The page makes a call to the IN.Profile() API that returns the data of the user (including skills).
  4. The dummy page is presented with the skills, along with an option to add more.
  5. The selected skills can now submitted to update the database.

I've done till part 3 as of 12:47 on my clock. I should be able to do the rest without any major difficulty, having already done something similar last week.

No comments:

Post a Comment