forked from jsnbuchanan/crowd-funder-for-time-pwa
Remove the old identity management. Update project tasks
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- 01 design ideas for simple gives on the Home page
|
- 01 design ideas for simple gives on the Home page
|
||||||
- 02 Discover page - add infinite search
|
|
||||||
- 01 add a location for a project via map pin
|
- 01 add a location for a project via map pin
|
||||||
- 04 search by a bounding box for local projects (see API by clicking on "Nearby")
|
- 04 search by a bounding box for local projects (see API by clicking on "Nearby")
|
||||||
- 01 remove all the "form" fields (or at least investigate to see if that page refresh is desired)
|
- 01 Replace Gifted/Give in ContactsView with GiftedDialog assignee:jose
|
||||||
- 01 Replace Gifted/Give in ContactsView with GiftedDialog
|
|
||||||
- 02 Fix images on projectview: allow choice of image from a pallete of images or a url image.
|
- 02 Fix images on projectview: allow choice of image from a pallete of images or a url image.
|
||||||
|
|
||||||
- 08 Scan QR code to import into contacts.
|
- 08 Scan QR code to import into contacts.
|
||||||
@@ -42,7 +40,7 @@ tasks:
|
|||||||
- Discuss whether the remaining tasks are worthwhile before MVP release.
|
- Discuss whether the remaining tasks are worthwhile before MVP release.
|
||||||
|
|
||||||
- 01 fix images on project page, on discovery page
|
- 01 fix images on project page, on discovery page
|
||||||
- .2 fix static icon to the right on project page (Matthew: I've made "Rotary" into issuer?)
|
- .2 fix static icon to the right on project page (Matthew: I've made "Rotary" into issuer property?)
|
||||||
|
|
||||||
- stats v1 :
|
- stats v1 :
|
||||||
- 01 show numeric stats
|
- 01 show numeric stats
|
||||||
|
|||||||
@@ -258,20 +258,6 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="numAccounts > 0" class="flex py-2">
|
|
||||||
Switch Identifier
|
|
||||||
<span>
|
|
||||||
<button class="text-blue-500 px-2" @click="switchAccount(0)">
|
|
||||||
None
|
|
||||||
</button>
|
|
||||||
</span>
|
|
||||||
<span v-for="accountNum in numAccounts" :key="accountNum">
|
|
||||||
<button class="text-blue-500 px-2" @click="switchAccount(accountNum)">
|
|
||||||
#{{ accountNum }}
|
|
||||||
</button>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<button class="text-blue-500">
|
<button class="text-blue-500">
|
||||||
<router-link
|
<router-link
|
||||||
|
|||||||
Reference in New Issue
Block a user