Skip to content

Commit 76fb9ea

Browse files
committed
add pictures
1 parent 4fcd086 commit 76fb9ea

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/images/instapaper.png

263 KB
Loading

src/images/instapaper_2.png

38.1 KB
Loading

src/isima/2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,18 @@ experience](https://www.instapaper.com/help),
2121
as Read It Later, and [Wallabag](https://www.wallabag.org/), the Open Source
2222
alternative.
2323

24+
![](../images/instapaper.png)
25+
2426
In order to build a Minimum Viable Product (MVP), a Read It Later application
2527
has to:
2628

2729
* save links a single user wants to _read later_;
2830
* fetch the content of a link to enable offline mode (content has to be stored);
31+
* mark a link as _archived_ (or _read_) when a user has read it;
2932
* provide the ability to sort links into categories.
3033

34+
![](../images/instapaper_2.png)
35+
3136
Ideally, fetching the content of a link SHOULD be done with a **worker**. A
3237
worker is a special application that runs periodically (e.g., every _X_
3338
minutes), and loops over a set of tasks to perform. For instance, it can

0 commit comments

Comments
 (0)