Git Product home page Git Product logo

golang-api's People

Contributors

sreekesari-vangeepuram avatar

Watchers

 avatar

golang-api's Issues

Features to be added

1. Logging - to be implemented for v 0.2.0

  • Currently the API is logging all the requests to the user prompt.
  • Redirect them to a log-database and create a rotation cycle for debugging and analytics during crashes.

2. Login - to be implemented for v 0.3.0

  • Add authentication to the API so that the user who registered to the API can login with same credentials in future.
  • Use OAuth for authentication.

3. Linking - to be implemented for v 0.4.0

  • Add a new field to each document called followers/following/friends.
  • This field is any array of IDs of their friends/links.

4. Geo Location - to be implemented for v 0.5.0

  • Fetch geo-location of each user by using their address field and save it in a new field as geolocation.
  • This field is a tuple of his/her address coordinates (latitude and longitude).

5. Nearby friends - to be implemented by v 0.6.0

  • Using the geolocation field of each user, calculate the distance between each.
  • Filter out the distances after calculation and fetch the user IDs who are nearer to a given ID within a set-point radial distance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.