-
Notifications
You must be signed in to change notification settings - Fork 16
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
224f0b6
commit 29a6f3a
Showing
1 changed file
with
9 additions
and
1 deletion.
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,9 @@ | ||
- What are some of the disadvantages of us all creating our own viewers | ||
# Some Reflection Questions | ||
|
||
* What kind of NON-image data do you need to make your “viewer” work? | ||
* What kind of labels and descriptions do you need? | ||
* What kind of data relationships are needed in order to make it work? | ||
* (For example sequence: what comes first, what comes last, what comes next?) | ||
* What were the pain points of making an image viewer this way? | ||
* What felt repetitive? | ||
* Were there features you built that you wanted to re-use but couldn't? How come? |