Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. With Ruby on Rails and React, we would like you to create a simple author search tool. The application should fulfill the requirements below:
  2. - The member is created when the author name and the website URL is entered.
  3. - When the website is added, all the headings (h tags) values are pulled in from the website to that members profile.
  4. - The website url is shortened with an external service (goo.gl as an example)
  5. - There should be the UI to define friendships between existing members. Friendships are bi-directional: e.g. Alex is Kate’s friend and vice verse
  6. - List all members with their name, shortened url and the number of friends e.g. Alex http://goo.gl/7py6K 7
  7. Viewing a member shows the name, website URL, shortening, pulled website headings and links to their friends (other members).
  8. - When looking at Kate’s profile, I want to find authors who write about some topic and are not already friends of Kate. It should show the path of friendship from Kate to the author e.g. Kate looks for someone who writes about Dog. Maria’ website cotains a heading “Dog and you”. Dmitry knows Kate and Maria. An example search result would be Kate -> Dmitry -> Maria (“Dog and you”)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement