Skip to content

Time management app based around a calendar interface.

Notifications You must be signed in to change notification settings

bgrgicak/pomalo

Repository files navigation

Pomalo

Time management app based around a calendar interface.

A demo is available here.

The app lives in the browser and is designed to be used as a PWA. There is no cloud storage, all data is stored locally in the browser and stays private. You can connect it to a CouchDB server for syncing between devices.

If you like the project, please consider contributing. The project is in early stages and there is a lot of work to be done.

Features

This is a work in progress, but the following features are planned:

  • Calendar view
  • Task list
  • Project list
  • Timer
  • Ical import
  • CouchDB sync
  • Metrics
  • Offline support
  • All event fields
  • WSYWIG editor
  • Automated task scheduling

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

Install Node.js and npm.

npm run setup

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

Local Pouch server for development

Install by following the PouchDB Server instructions.

Run with:

pouchdb-server --port 5984

Run production build with Docker

npm run build
docker-compose up -d

You can now access the app at http://localhost:6982

Stop production build with Docker

docker-compose down

About

Time management app based around a calendar interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages