Skip to content

Commit

Permalink
[FIX] Remove dead link (#46)
Browse files Browse the repository at this point in the history
In the documentation we point to a sample application. But the link lead to a 404. 
So not good, either we correct the link or we actually put a link.
For now I will remove the link
  • Loading branch information
garciaf authored Oct 28, 2024
1 parent 98c901b commit 3098b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/docs/scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ description: What Cirro can and can't do for you.

## The purpose of Cirro

Cirro was `created` by the people behind [Test IO](https://test.io/), a crowdtesting company, to enable anyone to build their own crowd business. Cirro is a Backend as a Service that provides all core functionalities to run a crowd business, including but not limited to: **Authentication**, **Gigs & Invitations**, **Results & Rewards**.
Cirro was `created` by the people behind [Test IO](https://test.io/), a crowdtesting company, to enable anyone to build their own crowd business. Cirro is a Backend as a Service that provides all core functionalities to run a crowd business, including but not limited to: **Authentication**, **Gigs & Invitations**, **Results & Rewards**.
Every worker for any crowd platform (we call them Spaces) built on top of Cirro has access to the Cirro.io community web interface, allowing them to manage their profile, configure payout settings, and see the list of available Spaces they might want to join. This means that Cirro not only provides a tried and tested list of backend functionalities, but also access to a community of workers which are performing tasks for different crowd businesses already.

## What Cirro is not

Cirro does not provide a frontend interface for your workers to perform and submit tasks. You have to build and operate your own application - including data storage and processing - to provide your workers with a way to perform tasks and fetch/submit data from and to Cirro.
However, we provide a sample Space (currently only in Ruby on Rails) that you can use as a starting point for your own Space. You can find the source code for the sample Space [here](/to-be-defined).
Cirro does not provide a frontend interface for your workers to perform and submit tasks. You have to build and operate your own application - including data storage and processing - to provide your workers with a way to perform tasks and fetch/submit data from and to Cirro.
However, we provide a sample Space (currently only in Ruby on Rails) that you can use as a starting point for your own Space.

## What Cirro can do for you

Expand Down

0 comments on commit 3098b83

Please sign in to comment.