-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dc517b
commit e7e558a
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |