From e7e558ae9cd43db7f74ef02c4545460055873e25 Mon Sep 17 00:00:00 2001 From: Elijah Mooring Date: Sat, 19 Oct 2024 15:25:45 -0700 Subject: [PATCH] docs: a readme --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..39c4402 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# apage + +A page-based [Objection](https://github.com/radical-ui/objection) frontend for Android. + +## Technical Debt + +- Build scripts do not read from the objection config +- No preview script +- Form inputs do not display loaders +- Pages are not watched ahead of time the are to be displayed, and are unwatched immediately +- Loaders (skeleton, ideally) are not shown during the time a page is loading +- "Loading..." and "Error" views are terrible +- No offline support +- Connection retrying does not take into account unacknowledged messages