Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinysocks/viets_board
a prototype for displaying resident's package information
https://github.com/shinysocks/viets_board
Last synced: about 1 month ago
JSON representation
a prototype for displaying resident's package information
- Host: GitHub
- URL: https://github.com/shinysocks/viets_board
- Owner: shinysocks
- Created: 2024-10-30T23:23:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T23:32:14.000Z (2 months ago)
- Last Synced: 2024-10-31T00:23:53.015Z (2 months ago)
- Language: Java
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## viets package board
---
>### How it works:
>* pulls data.xlsx from a shared excel sheet url
>* parses excel data and displays using javafx
>* compiles to jarfile and accepts url as argument>### Usage (TODO)
>```
>java -jar vboard.jar "sharepoint_url"
>```>### Backlog
>* logging
>* frontend design and fxml implementation
>* docker image
>* excel sheet design
>* data input system? (separate project maybe?)