IndiePass / indiepass-ios

An IndieWeb app with extensions for sharing information to micropub endpoints and reading from microsub endpoints
https://indigenous.marksuth.dev
MIT License
44 stars 5 forks source link

Add a “Save for Later” feature #100

Closed EdwardHinkle closed 6 years ago

EdwardHinkle commented 6 years ago

I think the save for later feature is actually just adding a secondary Micropub endpoint and token.

My current thinking outlined hypothetically using Aperture’s Microsub features is the following:

~Configuration and Saving~

Configuration and Saving options are replaced by the IndiePaper iOS app.

Reading

(Ideas unrelated to Indigenous itself: Other services can also use the Saved channel and the read/unread status to do smart things like sending a digest of my most recent unread posts from the Saved channel to Kindle, etc.)

aaronpk commented 6 years ago

This is a really cool idea. I think there's some good potential here, gonna need to think about this some. I'm hoping to make some more progress on this this week.

EdwardHinkle commented 6 years ago

@aaronpk @cleverdevil I'm not sure that adding native support in Indigenous for IndiePaper is the right step now. With https://github.com/cleverdevil/Indiepaper-macOS/pull/3 and the fact that every url in Indigenous allows you to open a ShareSheet, it doesn't make as much sense to me to bundle IndiePaper when IndiePaper (and other future services) can just have their own app in the Share Sheet.

Any thoughts for or against that train of thinking?

I think the only real outcome of this item would be being able to select a channel to have offline caching of posts.

aaronpk commented 6 years ago

I like the idea of just relying on the share sheet. Less hardcoding of apps!

EdwardHinkle commented 6 years ago

I'm going to close this issue and consider it done based on the notes above.

The remaining issues are tracked in the following issues: Caching Timeline Posts for Offline Reading (https://github.com/EdwardHinkle/indigenous-ios/issues/64) Filtering a channel to only show unread posts (https://github.com/EdwardHinkle/indigenous-ios/issues/90)

cleverdevil commented 6 years ago

I totally agree! Share sheet via a native app extension is actually better than hardcoding it into Indigenous!

On Jul 11, 2018, at 6:39 PM, Edward Hinkle notifications@github.com wrote:

@aaronpk @cleverdevil I'm not sure that adding native support in Indigenous for IndiePaper is the right step now. With cleverdevil/Indiepaper-macOS#3 and the fact that every url in Indigenous allows you to open a ShareSheet, it doesn't make as much sense to me to bundle IndiePaper when IndiePaper (and other future services) can just have their own app in the Share Sheet.

Any thoughts for or against that train of thinking?

I think the only real outcome of this item would be being able to select a channel to have offline caching of posts.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.