roadmap update and new poll
This commit is contained in:
parent
d5ec9369b5
commit
183e2a0143
2 changed files with 22 additions and 3 deletions
|
@ -13,8 +13,10 @@ and use cases to add. Feel free to chip in with comments! --[[Joey]]
|
|||
|
||||
We are, approximately, here:
|
||||
|
||||
* Months 6-7 "9k bonus round": [[!traillink Android]] [[!traillink partial_content]] [[!traillink leftovers]]
|
||||
* Months 8-11: more user-driven features and polishing (see remaining TODO items in all pages above)
|
||||
* Month 6 "9k bonus round": [[!traillink Android]] or [[!traillink desymlink]]
|
||||
* Month 7: user-driven features and polishing
|
||||
* Month 8: whatever I don't get to in month 6
|
||||
* Months 9-11: more user-driven features and polishing (see remaining TODO items in all pages above)
|
||||
* Month 12: "Windows purgatory" [[Windows]]
|
||||
|
||||
## porting
|
||||
|
@ -23,7 +25,7 @@ We are, approximately, here:
|
|||
|
||||
## not yet on the map:
|
||||
|
||||
* [[desymlink]]
|
||||
* [[partial_content]]
|
||||
* [[deltas]]
|
||||
* [[leftovers]]
|
||||
* [[other todo items|todo]]
|
||||
|
|
17
doc/design/assistant/polls/Android.mdwn
Normal file
17
doc/design/assistant/polls/Android.mdwn
Normal file
|
@ -0,0 +1,17 @@
|
|||
Background: git-annex uses symbolic links in its repositories. This makes it
|
||||
hard to use with filesystems, such as FAT, that do not support symbolic links.
|
||||
FAT filesystems are the main storage available on some Android devices that
|
||||
have a micro-SD card. Other, newer Android devices don't have a SD card and so
|
||||
avoid this problem.
|
||||
|
||||
Help me choose a goal for the month of December.
|
||||
|
||||
I can either work on the idea described in
|
||||
[[design/assistant/desymlink]], which could solve the symlink problem and
|
||||
also could lead to a nicer workflow to editing files that are stored in
|
||||
git-annex.
|
||||
|
||||
Or, I can work on [[Android_porting|design/assistant/android]], and try to
|
||||
get the assistant working on Android's built-in storage.
|
||||
|
||||
[[!poll open=yes 0 "solve the symlink problem first" 0 "port to Android first" 0 "other"]]
|
Loading…
Reference in a new issue