marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

Limit summary textarea length to 540 chars #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Don't allow the user to enter more than 540 characters for the summary.

Since in the html app we are truncating it at this length - it doesn't make
sense to allow the user to enter more than this amount in the flex app - as
the searcher won't get to see it

Original issue reported on code.google.com by swami.ke...@gmail.com on 7 Jul 2009 at 8:15

GoogleCodeExporter commented 9 years ago
I'm not sure I agree with this (read: I don't agree with this at all!). This 
would be
using the UI to dictate the data model. Just because we only show the first 540 
chars
now doesnt mean that later (or another UI) won't show more...

Original comment by mjc1...@gmail.com on 7 Jul 2009 at 8:23

GoogleCodeExporter commented 9 years ago
The data model can still accommodate longer summaries - but we can limit it 
from the
GUI (like we do with the star rating - i.e. setting the value to 100, where the 
data
model allows any value from 1 to 100)

Summary is supposed to be concise - to allow the searcher to skim over them 
quickly.
Not having the limit enforced in the flex app means that the markerupper can 
make the
summaries too long.

Original comment by swami.ke...@gmail.com on 10 Jul 2009 at 12:29

GoogleCodeExporter commented 9 years ago
Limited to 500 chars

Original comment by swami.ke...@gmail.com on 11 Jul 2009 at 3:11