Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categories don't recognise hierarchy #58

Closed
rediguana opened this issue Jun 15, 2012 · 2 comments
Closed

Categories don't recognise hierarchy #58

rediguana opened this issue Jun 15, 2012 · 2 comments

Comments

@rediguana
Copy link

If you have implemented a nested hierarchy on Ushahidi web, the Android Ushahidi application does not recognise this hierarchy. Additionally, it renders the top level title, after its children. E.g. if you have a top level Cat 1, that has two children Cat 1A and Cat 1B, then the order they appear in the Android app is: Cat 1A, Cat 1B, Cat 1. Two things should really happen.

  1. The list should be order in the correct order, in this example Cat 1, Cat 1A, Cat 1B. Looking at the data returned via apl?task=categories, the Android app appears to be rendering the category list in the reverse order.
  2. It would be visually useful to see children titles indented from the parent above, so as to clearly identify the parent-children relationship.
@eyedol
Copy link
Collaborator

eyedol commented Jun 22, 2012

@rediguana I'll have to look into this especially regarding indenting the child categories. I'll leave this still opened for now.

@eyedol eyedol closed this as completed in 70baae3 Aug 6, 2012
@eyedol
Copy link
Collaborator

eyedol commented Aug 6, 2012

@rediguana Fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants