-
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
0364587
commit b5b7690
Showing
1 changed file
with
32 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 |
---|---|---|
@@ -1 +1,33 @@ | ||
# HN Now | ||
> Hacker News reader for iOS and iPadOS built with SwiftUI | ||
## Screenshots | ||
<div float="left"> | ||
<img width="250" src="https://s3.amazonaws.com/s3.nathfreder.dev/hnnow/Simulator+Screen+Shot+-+iPhone+11+-+2019-09-21+at+21.18.09.png"> | ||
<img width="250" src="https://s3.amazonaws.com/s3.nathfreder.dev/hnnow/Simulator+Screen+Shot+-+iPhone+11+-+2019-09-21+at+21.18.54.png"> | ||
</div> | ||
|
||
## Roadmap | ||
**September** | ||
- [x] Infinite scroll | ||
- [x] Move story fetching to CF Workers | ||
- [ ] Fix feed switching | ||
|
||
**October** | ||
- [ ] Use Combine _and_ `URLSession` for network requests | ||
- [ ] Add support for sharing stories | ||
- [ ] Show error when not connected to internet | ||
- [ ] Begin TestFlight testing | ||
|
||
**November** | ||
- [ ] Implement feed caching with Core Data | ||
- [ ] Clean up mess from beta 1 - beta 5 | ||
|
||
**December** | ||
- [ ] Move story fetching back to app | ||
- [ ] Add support for Low Data Mode | ||
- [ ] Switch from segmented controls to tab bar | ||
|
||
**January** | ||
- Add Siri Shortcuts support | ||
- Add better accessability and localizations |