As the users of Bilara increase, we have more data to load on the Home page, and it is getting unwieldy.
We should slim down the Home page content, only loading what is needed.
Two possible approaches. originally I thought do the first one, now I think do the second one. Life is short, keep it simple.
try to be clever
I would suggest:
For one's own translations, load everything by default
For other people's translations, load the following:
language
name (i.e. second level)
progress
That way one can easily glance at who is working and how they are going. Then:
Load the detailed text hierarchies for other translators only on demand.
embrace stupidity
Just load the top level by default, i.e. the list of languages. Everything else loads on click. Your own languages are indicated with bold or some other styling (i.e. put a class on your own translations).
As the users of Bilara increase, we have more data to load on the Home page, and it is getting unwieldy.
We should slim down the Home page content, only loading what is needed.
Two possible approaches. originally I thought do the first one, now I think do the second one. Life is short, keep it simple.
try to be clever
I would suggest:
That way one can easily glance at who is working and how they are going. Then:
embrace stupidity
Just load the top level by default, i.e. the list of languages. Everything else loads on click. Your own languages are indicated with bold or some other styling (i.e. put a class on your own translations).