Skip to content

jonit-dev/hackachieve-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackachieve Community Version: Open-source alternative to project management

Hackachieve is a productivity management system oriented towards short term and long term goals, where users can collaborate with each other to achieve their personal or business goals!

This front-end code is supposed to run together with our Django powered back-end

Support this initiative through Patreon

Features

  • Authentication: e-mail/password, social login (facebook)
  • Onboarding tutorial
  • Goals categories
  • Create long-term or short-term goals
  • Invite members to your board, add members to goal
  • Tasks
  • Organize your projects
  • Prioritize goals
  • Goal status: on going, done
  • Upload files to goals
  • Add checklists inside your goals
  • Deadlines
  • Card description, link support
  • Goals tags
  • Filter by goal type

Front-end technology stack:

  • ReactJS, Redux, Redux-thunk

Back-end technology stack:

  • Django, Django rest framework

Onboarding

General guidelines

  • You can only do a task that’s assigned to you and on the “sprint” column
  • Your weekly limit varies according to my sprint planning. In every week, I estimate how many hours I will assign you and I adjust it properly Please, remember to move your assigned cards between Trello’s columns, according to its status (Backlog, ongoing, done), so I can know your current progress. You should also use the card status dropdown whenever possible.
  • If you finish your tasks earlier than your weekly limit, let me know. If you log unnecessary hours just to reach the limit, I’ll remove you from the team as soon as I notice it.
  • Please, make sure your PR is production-ready before submitting it. (for devs only)
  • Clean all react console warnings after you finish (for ReactJS devs only)
  • Your weekly hours are related to your efficiency and company needs (how much can you deliver and the time spent on each task). I'll increase or decrease according to it, your hourly rate and the company needs.
  • If you have any issues, refer to the documentation first (check "documentation" column on trello). If it's not there, let me know and I'll be glad to help.

Installation

  • Make sure you have all dependencies installed
npm install
  • Create a file called env.json or modify it if its already created, at /src folder. It will point to our Backend production API
{
  "env":"dev",
  "path":"http://localhost:8000/",
  "adminEmail": "youremail@hotmail.com",
  "productionUrl": "https://hackachieve.com"
}
  • Start the server
yarn start
  • This is the front-end installation only. You should also do the back-end server steps.

Licensing

  • GPL v2 (GNU General Public License):
  • Hackachieve enterprise license
    • For licensing inquiries, please contact Hackachieve Foundation
    • Required if:
      • You wish to use Hackachieve as part of a proprietary application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published