BuildmLearn / BuildmLearn-Toolkit-Android

This repository contains the Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
BSD 3-Clause "New" or "Revised" License
57 stars 132 forks source link

issue identifying draft template type #437

Open nikhilchowdary opened 7 years ago

nikhilchowdary commented 7 years ago

@opticod In Drafts : Template type of every draft is not shown.So we cannot identify which template category a draft belongs to. Solution:

Every draft icon text is set to "D".Let us set the:

ComprehensionTemplate draft icon text to "C" QuizTemplate draft icon text to "Q" SpellingTemplate draft icon text to "S" FlashCardsTemplate draft icon text to "F" InfoTemplate draft icon text to "I" VideoCollectionTemplate draft icon text to "V" DictationTemplate draft icon text to "D" MatchTemplate draft icon text to "M"

opticod commented 7 years ago

@nikhilchowdary , implementation should remain consistent throughout the app.. so we can make the above changes for all the nav frags items ( saved proj, saved apks, my drafts)

opticod commented 7 years ago

And what if in future we add a new template which starts with "C". These cases need to be taken care also. How are you going to handle those ?