All Projects → aduth → Dones

aduth / Dones

Licence: gpl-2.0
Simple team task management and tracking

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dones

lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (-43.55%)
Mutual labels:  productivity, todo, task-manager
stack-public
A key-value based writer.
Stars: ✭ 19 (-69.35%)
Mutual labels:  productivity, todo, task-manager
Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+7166.13%)
Mutual labels:  productivity, todo, task-manager
Argon Theme
📖 Argon - 一个轻盈、简洁的 WordPress 主题
Stars: ✭ 1,104 (+1680.65%)
Mutual labels:  wordpress, wordpress-theme
Storefront
Official theme for WooCommerce
Stars: ✭ 762 (+1129.03%)
Mutual labels:  wordpress, wordpress-theme
Flex With Benefits
Wordpress starter theme for THRIVE
Stars: ✭ 6 (-90.32%)
Mutual labels:  wordpress, wordpress-theme
Webstack
WordPress 版 WebStack 导航主题 https://nav.iowen.cn
Stars: ✭ 662 (+967.74%)
Mutual labels:  wordpress, wordpress-theme
Medium Clone
🎉 Mediumm WordPress theme, very inspired by medium.com
Stars: ✭ 29 (-53.23%)
Mutual labels:  wordpress, wordpress-theme
Idowns
wordpress theme iDowns V1.8.4 不要钱 随意用
Stars: ✭ 27 (-56.45%)
Mutual labels:  wordpress, wordpress-theme
Planet4 Master Theme
Wordpress master theme for the Greenpeace Planet 4 project
Stars: ✭ 34 (-45.16%)
Mutual labels:  wordpress, wordpress-theme
Popper
Popper is an accessible content-first WordPress theme built around beautiful fonts and lots of white space.
Stars: ✭ 49 (-20.97%)
Mutual labels:  wordpress, wordpress-theme
Leasot
Parse and output TODOs and FIXMEs from comments in your files
Stars: ✭ 729 (+1075.81%)
Mutual labels:  productivity, todo
Wordpress Gulp Starter Kit
[NOT MAINTAINED] A starter kit for developing WordPress themes with Gulp.
Stars: ✭ 674 (+987.1%)
Mutual labels:  wordpress, wordpress-theme
School
A productivity app to organize school tasks
Stars: ✭ 28 (-54.84%)
Mutual labels:  productivity, todo
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (+972.58%)
Mutual labels:  wordpress, wordpress-theme
Wp Scribbles Theme
Scribbles is a Primer child theme with a playful and fun mood.
Stars: ✭ 9 (-85.48%)
Mutual labels:  wordpress, wordpress-theme
Tracks
Tracks is a GTD™ web application, built with Ruby on Rails
Stars: ✭ 991 (+1498.39%)
Mutual labels:  productivity, todo
Shapely
Free multipurpose WordPress theme built using Bootstrap
Stars: ✭ 50 (-19.35%)
Mutual labels:  wordpress, wordpress-theme
Wordpress Basis Theme
I'm a WordPress starter theme.
Stars: ✭ 58 (-6.45%)
Mutual labels:  wordpress, wordpress-theme
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+724.19%)
Mutual labels:  todo, task-manager

Dones

Dones is a free team task management and tracking application to help your organization stay in-sync and on-target.

Screenshot

About

Dones is an application to help you and your team manage and record the progress of your tasks and projects. It serves as a running record of your team’s goals and accomplishments. It is not too much unlike a to-do list (or a dones list, if you will). With an emphasis on collaboration, tagging, and aggregating, Dones helps organize and keep your team in sync.

  • Record your day’s tasks. Quickly and easily enter your daily progress. Dones’ simple interface is fast, intuitive, and stays out of your way to allow you to focus on the task at hand.
  • Review your team’s progress. Keep up with the pulse of your team’s activities and goals. Develop a shared awareness of the focuses which are and aren’t receiving the attention they deserve.
  • Rejoice in the freedom of open source. Built on WordPress — the web’s most popular content management platform — Dones benefits from the freedom, stability, and the rich ecosystem of a broader community of plugins and core software improvements.

Installation

Dones is distributed as a WordPress theme, meaning you can easily host it yourself on a number of hosting providers or VPS services (AWS and Digital Ocean, for example).

  1. Download a pre-built zip archive of the latest release.
    • Do not download from the "Clone or download" GitHub button, as this includes the source material only. Read the Development instructions below if you’re interested in building your own copy of the theme.
  2. Navigate to the Appearance > Themes screen in your WordPress administrative dashboard.
  3. Click Add New at the top of the page.
  4. Click Upload Theme at the top of the page.
  5. Click Choose File, then find and Upload the downloaded zip file.
  6. After the theme finishes installing, click Activate.
  7. You’re done!

Setup

To start using Dones, begin by adding user accounts for each member of your team, assigning any user role with permission to create posts (Contributor or above). Newly created users will appear automatically on the front page of your site. Once they have logged in, members of your team can immediately start adding new “dones” to record their progress.

Next, head on over to the Customizer, where you’ll find options to change the primary color of the site and site logo to match your team or company’s brand.

Frequently Asked Questions

Why should my team use Dones?

Dones seeks to occupy only a small part of your effective day while still providing critical insight to a seemingly simple question: What has my team been working on lately? Its simple interface and tools provide you with the flexibility to organize your team’s activities as you see fit, without feeling like a chore.

How does Dones compare to other task tracking solutions?

Dones aims to solve a simple problem, and solve it well. While similar platforms share a common basic feature set, I frequently find that they underperform, suffer from reliability issues, and generally work as a barrier to productivity. Feeling blocked by these common frustrations, I sought to create a solution which targeted the workflow of the daily user, performing well and optimizing for bulk entry and review.

Does Dones integrate with other software I use?

Because it was built on the WordPress platform, Dones can take advantage of a rich ecosystem of plugins and core software functionality to fit seamlessly into your existing workflow. The wiki includes recipes for common integrations, such as a Slack slash command, Alfred workflow, or terminal command.

How do I make my site private?

The Dones theme does not include any features to turn your site private, so anyone can view your history if you choose to host your site publicly. It’s up to you to decide how to authorize visitors to your site. You may choose to host the site on an internal network, configure your web server to implement basic authentication, or search for a plugin that provides privacy options as a feature. See Tip: Private Site for more information.

Where are the Posts and Pages menu links?

You should find that most of what you want to achieve is available from the front page of your site. Posts and pages screens are removed from the administration dashboard menu while the Dones theme is active because they are neither relevant nor supported for the theme.

Development

Build Status

Dones is primarily a single-page application written in JavaScript using Preact and Redux. You’ll need to have Node.js installed before getting started, in addition to a WordPress environment of your choosing. You may consider Desktop Server, WP Docker, or VVV if you don’t already have a local WordPress environment.

Once you have a local WordPress environment and Node.js, clone the repository into your installation’s wp-content/themes directory and install its dependencies:

cd wp-content/themes
git clone https://github.com/aduth/dones.git
cd dones
npm install

Once installed, you can generate a production build distributable by running npm run build, or a development copy with automatic rebuild by running npm run dev. Tests can be run via npm test.

License

Licensed under GNU General Public License v2 (or later).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].