Coder Social home page Coder Social logo

linkmator's Introduction

linkmator

linkmator's People

Contributors

fupslot avatar

Watchers

James Cloos avatar

Forkers

enterstudio

linkmator's Issues

Featured snippets in search

When a user asks a question in Google Search, we might show a search result in a special featured snippet block at the top of the search results page. This featured snippet block includes a summary of the answer, extracted from a webpage, plus a link to the page, the page title and URL. A featured snippet might look something like this on the page:

screen shot 2017-01-17 at 22 57 45

https://support.google.com/webmasters/answer/6229325?hl=en-IL

Add Post's menu

A card should have a menu. On the top right corner should be an icon button.

First menu item to implement:

  • Remove -- removes a post from user's feed

Post only the first image to S3

Currently we save all images that we can find in the open graph. To minimize the traffic and a post creation time we need to save only the first image.

lib/post/duplicateOnBehalfOf

This functions creates a duplicate records of a given post id and marks its sharedBy field with a given user id.

Params

  • postId -- a post id to duplicate.
  • uid -- a user id (must exist)

Removing a post from user's feed

DELETE /api/feed?id=<feed_id>

  • Should remove a feed with a given id.

Restrictions

  • A feed post can be removed from a currently logged in user.
  • uid should be ignored

Get feed posts by a timestamp

GET -- /api/feed?t=<timestamp>

Should return a list of posts that were after a given timestamp

Restrictions:

  • uid is ignored

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.