Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coma64/kaffee-kasse-frontend
The frontend for a small site that keeps track of debts caused by immense coffee consumption
https://github.com/coma64/kaffee-kasse-frontend
angular typescript
Last synced: 14 days ago
JSON representation
The frontend for a small site that keeps track of debts caused by immense coffee consumption
- Host: GitHub
- URL: https://github.com/coma64/kaffee-kasse-frontend
- Owner: coma64
- Created: 2021-05-03T14:06:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T18:02:35.000Z (about 1 year ago)
- Last Synced: 2024-11-07T11:38:08.468Z (2 months ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KaffeeKasseFrontend
[![Build Status](https://www.travis-ci.com/coma64/kaffee-kasse-frontend.svg?branch=main)](https://www.travis-ci.com/coma64/kaffee-kasse-frontend)
The frontend for a small site that keeps track of debts caused by immense
coffee consumption, using angular[Corresponding backend](https://github.com/coma64/kaffee-kasse-backend)
## Todo
- e2e
- routing tut
- show errors in new purchase form
- admin indicator
- don't load all purchases at once on dashboard
- split up dashboard component
- /settings -> user-settings, /admin/user -> user-settings, /user/1 -> user-detail
- properly handle not existing user (user service)
- loading indicator directive
- roles and aria
- ng-container, ng-template
- user list -> user detail animation
- shorten beverage type list component names
- allow making someone staff
- log out deleted users