Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveryh committed Sep 5, 2020
2 parents c583a51 + 3452674 commit d4c97b4
Show file tree
Hide file tree
Showing 36 changed files with 2,175 additions and 667 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Clear Habits

A modern task manager based on tracking progress and time with a clean UI
A modern task manager based on tracking progress and time with a clean UI.

## Motivation

Expand All @@ -12,18 +12,19 @@ The application has the following basic features:

- CRUD operations on a task
- Track time spent on a task
- Categorise tasks by date
- Kanban view across dates with drag and drop
- Statistics view on number of completed tasks and time taken
- Focus on a particular date (for mobile)

### Future Features

Future features will include the ability to:

- Get statistics on number of tasks complete per date, time spent on tasks
- Ability to categorise tasks
- Task categories / projects
- Recurring tasks
- Set expected time taken
- Drag and drop tasks across dates
- Task tagging
- Extended statistics views

## Inspiration

Expand Down
15 changes: 13 additions & 2 deletions client/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
"presets": [
"@vue/cli-plugin-babel/preset"
],
"plugins": [
[
"transform-imports",
{
"quasar": {
"transform": "quasar/dist/babel-transforms/imports.js",
"preventFullImport": true
}
}
]
]
}
Loading

0 comments on commit d4c97b4

Please sign in to comment.