Skip to content

Commit 3dd3a47

Browse files
docs: update readme
1 parent c5001d9 commit 3dd3a47

File tree

1 file changed

+30
-11
lines changed

1 file changed

+30
-11
lines changed

README.md

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -162,28 +162,47 @@ Handles formatting of files. [Install the editorconfig plugin](https://editorcon
162162

163163
## TODO
164164

165-
* Use Tauri instead of Flet
166-
* QA
167-
* Desktop
168-
* macOS: `native` form input is broken bc `pywebview`
165+
* Build
166+
* justfile -> taskfile
167+
* UI/UX
168+
* Fix padding between buttons
169+
* Move "logo" to top left of container
170+
* Package
171+
* Web
172+
* Fly.io
173+
* Self-host
174+
* Desktop [Tauri](https://v1.tauri.app/)
175+
* macOS
169176
* Linux
170177
* Windows
171-
* Mobile
178+
* Mobile (TBD)
172179
* iOS
173180
* Android
174-
* Document
175-
* ~~Convert to ~~PySimpleGUI~~ NiceGUI~~
181+
* Test
182+
* Unit tests
183+
* Integration tests
184+
* E2E tests
185+
* CI/CD
186+
* Docker
187+
* GitHub Actions
188+
* semver
189+
* [release-please](https://github.com/marketplace/actions/release-please-action)
190+
* Lint
191+
* Format
192+
* Run tests
193+
* Build
194+
* ArgoCD / Flux
176195
* Extend
177-
* [semantic-release](https://github.com/semantic-release/semantic-release)
178196
* sqlite -> ~~postgres~~ [Litestream](https://litestream.io/) / [Turso](https://turso.tech/)
179197
* Fancy category
180198
* Images
181199
* Menus
182200
* API calls to Yelp, Google, etc.
183201
* Tinder swipe right/left mechanic hehehe
202+
* Document
184203

185204
## Further Reading
186205

187-
[Python Poetry, finally easy build and deploy packages | by Jose Alberto Torres Agüera | Lambda Automotive | Medium](https://medium.com/lambda-automotive/python-poetry-finally-easy-build-and-deploy-packages-e1e84c23401f)
188-
189-
[Python 101: Developing Package with Poetry | by Julio Anthony Leonard | Bootcampers | Medium](https://medium.com/bootcampers/python-101-developing-package-with-poetry-449c57690350)
206+
* [FastHTML](https://fastht.ml/)
207+
* [Python Poetry, finally easy build and deploy packages | by Jose Alberto Torres Agüera | Lambda Automotive | Medium](https://medium.com/lambda-automotive/python-poetry-finally-easy-build-and-deploy-packages-e1e84c23401f)
208+
* [Python 101: Developing Package with Poetry | by Julio Anthony Leonard | Bootcampers | Medium](https://medium.com/bootcampers/python-101-developing-package-with-poetry-449c57690350)

0 commit comments

Comments
 (0)