GithubHelp home page GithubHelp logo

eddiejibson / compare Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timmyrs/compare

0.0 2.0 0.0 108 KB

Compare features of different Solutions from all sorts of Branches.

Home Page: https://timmyrs.de/Compare

HTML 28.18% JavaScript 71.04% CSS 0.78%

compare's Introduction

Compare

Compare features of different Solutions from all sorts of Branches. [Compare now!]

Contributing

Introduction

Definitions

  • A Branch is a collection of Solutions which have a shared goal, e.g. Communication.
  • A Solution is anything which achieves the goal of the Branch.
  • Compare Points are different per branch and defined in the compare_points.json of the Branch folder. Some Compare Points don't apply to all Solutions in a Branch, so not all Compare Points are defined for all Solutions. For example: A messenger like WhatsApp might not need Hotkeys, whilst other Solutions in the Communication Branch need them.

support

Most Compare Points are supportable (e.g. they have the support value). The support value can be -1, 0 and 1, meaning "no support", "partial support" and "full support", respectively.

It is highly recommended you always have the compare_points.json of your branch open, as it contans the desc values, which have "should"-statements in them.

  • If the statement does not apply, the support value should be -1.
  • If the statement partially applies, the support value should be 0.
  • If the statement fully applies, the support value should be 1.

info

If the statement only partially applies (and support is 0) you might want to add an info value to clarify what exactly is wrong, but make sure not to have such a long sentence. Instead of writing "[Solution] tries to [feature] whenever possible." just try to write something shorter like "Whenever Possible."

Depending on the branch, there are things where info should always be used for a certain Compare Points, e.g. Desktop Version & Mobile Version. In order to not get anything wrong, look at other solutions in that branch.

If the desc value is not a "should"-statement it is just a general fact (such as Audio Cocec). In this case you do not set any support value, but an info value, and since it is a fact, at least one citation should be given.

Citations (cites)

If possible, there should be a citation for every Compare Point, but that is most likely not going to happen, but if you have one citation you just add the cites value with an array as follows:

"cites": [
	"https://citation-one.dummy/"
]

And it doesn't change much with multiple citations.

"cites": [
	"https://citation-one.dummy/",
	"https://citation-two.dummy/"
]

Just make sure to remove any artifacts like en-GB or utm_source from the URL and try to avoid extra commas (such as ,] and ,}), as that is invalid JSON and that will automatically invalidate your pull request.

What is there to be added?

In the Communication Branch

If you have experience in either of these Communication Solutions, you may add them to Compare.

Solution File Name Template
Signal signal.json messenger_template.json
Twitter DMs twitter.json messenger_template.json
Google Allo allo.json messenger_template.json

Verification or Information needed

If you feel like contributing, but don't feel like filling out a big JSON file with citations, this is the right thing for you.

Just look for needed verifications or informations and fill in the one Comparison Point if you know the Solution.

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.