From e33358cea116482792f5bac7af3470abfc6353a2 Mon Sep 17 00:00:00 2001 From: Andre Silva <92451764+Hardsys-Andre@users.noreply.github.com> Date: Wed, 22 May 2024 10:36:36 -0300 Subject: [PATCH] Update README.md --- README.md | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffd41bf..7a8ffa4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,71 @@ -# web3task-lp +# web3task-Landing Page -Landing page +This project is the landing page of the [web3task-contracts](https://github.com/w3b3d3v/web3task-contracts) protocol. + +web3task aims to solve the problem of monetized contributions by splitting the work and requirements, just like GitHub problems, where the company creates the problems and offers a bounty for users to solve them according to the company's terms. + +## Current Status + +The project is currently in the MVP stage. +If you're a programmer and want to contribute, we have a [backlog](https://github.com/orgs/w3b3d3v/projects/6/views/2) where you can see what you can help with. + +## Disputes + +We recognize that disputes are common in this type of service, so we are not primarily working on a solution to this problem, as many people have tried and failed. Instead, our solution is a gamified approach for both task creators and task assignees. Delivering before the deadline will give the assignee a better score, while completing the created tasks will also give the task creator a profile score. This score is used to rank users on the platform, and the higher the score, the more trustworthy the user. Starting a dispute is considered a risky and unworthy move by both sides, as disputes will drastically reduce the score of both sides or the side that is wrong, according to the DAO's Final Saying. + +## Bounties + +The task creator can create a task and set a bounty for it, and the task assignee can start the task and submit it for review. If the task creator approves the task, the bounty will be sent to the task assignee, otherwise the task creator can cancel the task and get the bounty back. + +## Ranking + +The ranking system is based on the user's score, which is calculated based on the following factors + +- Delivery time before the deadline +- Amount of the bounty +- Disputes during the execution of the task + +The points are only applied after the task has been completed. + +## Features + +The following features are currently implemented + +- Create a task +- View all created tasks +- Viewing tasks for a specific user +- Perform task filtering + +## Installation + +```bash +yarn +npm i +``` + +You must manualy add the typescript package to the project in case the module failes to install using yarn. + +```bash +yarn add typescript +``` + +## Usage + +To run the frontend, you need to run a local node. + +```bash +npm run dev +``` + +## Editing styles +[Tailwind Css](https://tailwindcss.com/) +We use Tailwind Css to style pages and their components and to make it easier to create responsiveness for various formats and sizes of screens and devices. + +[Atomic Design Methodology](https://atomicdesign.bradfrost.com/chapter-2/?source=post_page-----e3ac7b5aca2c--------------------------------) +The Atomic Design Methodology aims to divide and organize project pages and components in order to facilitate future content updates and creation of new components. + +## Contact + +Advisor: 0xneves (@ownerlessinc) + +This project is licensed under the MIT License, feel free to use and contribute. If you have any questions, please contact us via our [discord](https://discord.gg/web3dev) in the `pod-labs` channel.