Open thread on Like functionality on scripting.com

Open
#102 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
mysql
Domain
backend, database

Research direction

No files, tests, or entry points are named. Start by locating the Like implementation and its MySQL storage, then verify the three stored fields and determine what release and documentation work remains.

Written by the indexing model from the issue text.

Description

I wanted a Like function on my blog, for a long time, so I finally picked it off the todo list and implemented it.

Yes, I do plan to release the code and document it. The goal is to create this functionality outside the commercial social nets.

I use Twitter ID so we have a name to associate with every user. It does not post anything to Twitter.

The backend is a MySQL database. It keeps three bits of info on each Like:

  1. screenname

  2. URL

  3. timestamp

1 and 2 are the key.

If you have questions ask them here.

Dominant language
HTML
Stars
134
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from scripting/Scripting-News

All issues in scripting/Scripting-News

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.