source
Build Anything with a Post
source connects developers to projects and tasks.
Interested in contributing? Look up our TODOs on https://sourcenetwork.io
Dispute Resolution
--coming soon--
Contact
Twitter: @source_platform
Email: source@sourcenetwork.io
Telegram: https://t.me/joinchat/EbiqAxL2g2baSz4fulFeHg
Installation and Running
- Clone this repository
cd
into FrontEnd and BackEnd respectively.
npm i
gulp
(for FrontEnd SaSS)
npm start
Troubleshooting:
react-scripts: command not found
rm -rf node_modules
npm install
How to Contribute
- Reach out to us if you want to build a component.
- Fork a branch.
- Submit a PR.
Contribution Guidelines
We aim to maintain a civil and productive community that best serves our projects and users.
For Project Managers:
- Specify the scope of tasks, and rewards associated clearly
- Respond to interested parties clearly. Be respectful of their time.
- Follow up on work in progress to clarify performative standards that need to be met
For Developers:
- Discuss the scope of your work with the project manager
- Start your own branch and complete the task while meeting performative standards agreed upon prior
- Submit a Pull Request when finished
Documentation
Table of Contents:
- Components
- Material-UI
- WELCOME
- Global
- Board
- Board.js
- Column.js
- KanbanCard.js
Board.js
####isEditable
is true for Admin and Project Managers who can edit the board. False otherwise
####data
Board data for columns and cards.
Specification:
data = {
boardTitle: "Board Title",
admins: ["Username"], //Users who can edit
column
}