Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmiddend/raytracker
visualize when things start and end
https://github.com/pmiddend/raytracker
haskell nix productivity purescript quantified-self
Last synced: 5 days ago
JSON representation
visualize when things start and end
- Host: GitHub
- URL: https://github.com/pmiddend/raytracker
- Owner: pmiddend
- License: agpl-3.0
- Created: 2021-11-14T14:18:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T11:53:26.000Z (about 3 years ago)
- Last Synced: 2025-01-20T03:12:06.971Z (14 days ago)
- Topics: haskell, nix, productivity, purescript, quantified-self
- Language: Nix
- Homepage:
- Size: 282 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* Raytracker — visualize when things start and end
This is a piece of software where you can visualize when things in your life start and end (or get abandoned). Currently supported categories are:
- Books
- People (e.g. friendships, acquaintances, romances)
- TV Shows
- Video Games
- OtherYou can add:
- A title for the item
- Notes
- Start date
- End date
- If the item was completed or abandoned (think of a book that was too boring to continue reading)Screenshot from the main GUI:
[[./docs/screenshot-v1.png]]
** Technology
- Frontend and backend are built by the [[https://nixos.org/][Nix package manager]]
- The backend is built upon the [[https://www.haskell.org/][Haskell]] programming language and uses the [[https://docs.servant.dev/en/stable/][Servant library]] to host the HTTP server. It uses [[https://hackage.haskell.org/package/sqlite-simple][sqlite-simple]] to manage SQLite DB access.
- The frontend is written in [[https://www.purescript.org/][Purescript]], using the [[https://github.com/purescript-concur/purescript-concur-react][Concur]] UI framework** Build instructions
To be written.