UW-AppDEV / flashcards

4 stars 1 forks source link

what are unimplemented features? #1

Open Chen-Han opened 10 years ago

LookLikeAPro commented 10 years ago

I will add: action sheet local storage improve ui You can probably try: popup ionic modal for selecting different card categories a logical data structure

Plz commit changes when you're done thanks

Chen-Han commented 10 years ago

where the pop up should be?

Chen-Han commented 10 years ago

added feature: create new card(support text-only, no image) data structure created, but functions such as move, delete, addNew not implemented

LookLikeAPro commented 10 years ago

Can you commit changes to here? i added you as a contributor

Chen-Han commented 10 years ago

@LookLikeAPro Jerry can you assign task to each of us? So we know what to do

LookLikeAPro commented 10 years ago

@Chen-Han Han - make working menu for switching between categories @self Jerry - keep working on ui, different data types (I have some ideas for subfolders) @Jiracet Joseph - polish create new cards option @Chen-Han - make UI less plain, especially the card

LookLikeAPro commented 10 years ago

Feel free to start discussions, we can all help. And don't be compelled to do too much, this is all voluntary... for now.

Jiracet commented 10 years ago

Does the top left button on the app work for you guys? I tested on Google chrome and IE but it doesn't display anything

LookLikeAPro commented 10 years ago

it works for me... do you want to delete the menu.html, remake it and see what happens?

Jiracet commented 10 years ago

I tried recreating it, but still the same problem. Very odd... Is there some ionic thing I need to install?

LookLikeAPro commented 10 years ago

Ok, it will be cool if you can try implement this. Instead of a separate file just type out the menu as a ng-template in index.html I see no reason why this one should fail http://ionicframework.com/docs/api/service/$ionicModal/

Jiracet commented 10 years ago

No luck unfortunately, it seems openModal('menu') after ng-click doesn't seem to be even triggering from app.js

Jiracet commented 10 years ago

Ok, nevermind, openModal seems to actually be calling now after changing nothing. Let me just try this again

Chen-Han commented 10 years ago

I am working on how to add images to our card

Jiracet commented 9 years ago

capture

Any ideas as to why the menu button doesn't work?