eyscode / timetracker

A command-line utility to load hours in BairesDev Time tracker
BSD 2-Clause "Simplified" License
65 stars 25 forks source link

Add functionality to work with new tracker using pages.py #17

Closed miguel550 closed 2 years ago

miguel550 commented 2 years ago

This PR replaces old functions with pages.py in an attempt to fix all current commands, so far I only tested the load command and it works.

Changes to config.toml to make this work:

To install this version without waiting for the PR to be merged:

pip install git+https://github.com/miguel550/timetracker.git@feat/new-timetracker

To uninstall:

pip uninstall timetracker-cli
fboaventura commented 2 years ago

@miguel550 is this PR ready to merge?

miguel550 commented 2 years ago

@fboaventura I would test all the existing functionality first to make sure it's ok to merge, I can test all the remaining functionality tomorrow and then let you know

miguel550 commented 2 years ago

Hi @fboaventura, I updated the readme and fixed the show command's table not showing the new table schema. I also tested the load-csv command and it works. The PR is ready for review and for merge.