Ruby developer Debugging and fix ruby application
Budget: $8 – $15 USD
Debugging and fix ruby application
Application is built using Ruby on Rails on Heroku platform with API calls to access data that it needs to interrogate and discover connections.
Results are shown in network connectivity graph.
an app on Ruby on rails, and some elements are not working. To give you a context, app runs using accesses through api, db in house, the program itself runs through looking at the requests that you make, and doing some iterations to look at recursive search throughout different databases to see if there is a match.
Anyone wants to search a company or person, and wants to see if they are linked in any way. In this example, the company Simulus, and compare to a person - Daniela King. The app will show how the two are connected. When you press submit, a call will be made to company's house website. It will tell us all the possible matches there could be. If you find an exact option, you will click on a specific option, it will search for that particular company with the particular number. Next screen will be not for the company, but for the person's name that you have shared - all possible matches will be shown. The next screen will show is there any link between the two entities. It will be done through the recursive search. So all this works, but the last step is falling over. They also need some kind of a filtering, so if there are 10 pages of results, all the characteristics will be used to little down the search.
The depth mentioned in the picture shows the number of successive entity relationships. If it's one, it means that there should be direct link between the two entities.
Application is built using Ruby on Rails on Heroku platform with API calls to access data that it needs to interrogate and discover connections.
Results are shown in network connectivity graph.
an app on Ruby on rails, and some elements are not working. To give you a context, app runs using accesses through api, db in house, the program itself runs through looking at the requests that you make, and doing some iterations to look at recursive search throughout different databases to see if there is a match.
Anyone wants to search a company or person, and wants to see if they are linked in any way. In this example, the company Simulus, and compare to a person - Daniela King. The app will show how the two are connected. When you press submit, a call will be made to company's house website. It will tell us all the possible matches there could be. If you find an exact option, you will click on a specific option, it will search for that particular company with the particular number. Next screen will be not for the company, but for the person's name that you have shared - all possible matches will be shown. The next screen will show is there any link between the two entities. It will be done through the recursive search. So all this works, but the last step is falling over. They also need some kind of a filtering, so if there are 10 pages of results, all the characteristics will be used to little down the search.
The depth mentioned in the picture shows the number of successive entity relationships. If it's one, it means that there should be direct link between the two entities.