mwa_lab.github.io

command module
v0.0.0-...-90cea4e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: MIT Imports: 6 Imported by: 0

README

Tasks

How to use?

Via script: bash install.sh

This will generate the binary and set up the database. If you want, you can copy the binary and the public folder into a folder of your choice.

Manually:

  1. change dir to the respective folder and create the db file: cat schema.sql | sqlite3 tasks.db
  2. run go build
  3. ./Tasks
  4. open localhost:8081

Features

  1. Add, update, delete task.
  2. Search tasks, the query is highlighted in the search results page.
  3. Github flavoured markdown, which enables us for using a task list, advanced syntax highlighting and much more.
  4. Supports file upload, randomizes the file name, stores the user given filename in a db and works on the randomized file name for security reasons.
  5. Priorities are assigned, High = 3, medium = 2 and low = 1, sorting is done on priority descending and created date ascending.
  6. Categories are supported, you can add tasks to different categories.
  7. Ability to hide a task from the timeline.
  8. For a task list, shows 6 out of 8 tasks completed.

Screenshots

The Home Page

Home Page

Add Task dialog

Add Task

Navigation drawer

Navigation Drawer

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Configuration package is used to read the configuration file config.json which stores the server port for current implementation
Configuration package is used to read the configuration file config.json which stores the server port for current implementation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL