Skip to content

soproprospecting/ReadLater5

Repository files navigation

Read Later

A revolution in the world of social bookmarking

Read Later is a fictional service designed to test a range of skills using the .net core 5 MVC architecture. For full details about this project, the libraries used, and a quickstart guide to getting it up and running, please visit the About page

Tasks

Please complete 3 of the below exercises. You will need to complete the first 2, and then choose 1 from the remaining 3 however feel free to complete more than 3, or to elaborate on the ways you achieve the solution.

This test is designed to measure your coding knowledge and skill however as time is limited you are not expected to produce 100% production ready code in all cases. Most important is that the code works, and has the correct logical process and structure to solve the problem. Coding standards e.g. error logging and reporting, correct variable naming, conde commenting, unit testing are not required - you won't lose marks for forgetting to check a null reference here and there!

Complete these 2 first:

  1. Bookmark management
    Implement full CRUD management for Bookmarks. Users should be able to create a new category whilst creating a bookmark without requiring any page refresh
  2. User accounts
    The package has the default AspNetCore Identity installed however not implemented fully. Complete this implementation and change the entities to work on a per user basis. For additional credit, implement multiple membership providers allowing users to log in with OpenID services

Now choose one of these:

  1. API access
    Expose an API allowing external systems to manage bookmarks. You will need to consider authentication / access tokens
  2. Tracking and reporting
    Track each time a user clicks out on one of their saved bookmarks and provide a simple dashboard which can show a summary of stats by user, and as an overview (e.g. for tracking the most popular links). Users should also be able to share a short url with their friends which when clicked would also log usage statictics and be reported on
  3. Website widget
    Provide 1 or more widgets that can be used in an external website, regardless of the server side technology. These can provide any functionality you choose - for example showing the most recent 5 bookmarks for a particular user, or the 3 most popular bookmarks today

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published