mbdavid / redmine-tools

A set of client-side only tools for Redmine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redmine-tools

Some external tools for Redmine 2.4+ using client side only.

Demo

Try here: https://mbdavid.github.io/redmine-tools/

For external domain access, redmine server must run with CORS enabled

Tools

  • Database Sync
  • User Timesheet (Month Calendar View)
  • User Dash

Stack

  • Serverless - 100% client script
  • NO build process - Push to git repository and works
  • ES modules with importmap - check browsers support
  • Web Components using Hybirds
  • Background user-data syncronization into IndexedDB using workers
  • ??? for IndexedDB wrapper

About

A set of client-side only tools for Redmine

License:MIT License


Languages

Language:JavaScript 97.3%Language:HTML 2.7%