freaktechnik

featherweight views

Jun 1st, 2012
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Things I need from the controller
  2. nav
  3. - array of tags
  4. addonlist (filterable by tag, username (,language), compatibility; sortable desc by last updated, newest, most downloaded, best rated, name; addons per page; page) as array
  5. -name
  6. -compatibility (os, whole addon_compatibility table)
  7. -tags
  8. -description
  9. -id
  10. -average rating
  11. addonlistfilters (separate... dynamic page loading?)
  12. -(Languages)
  13. addondetails (by id)
  14. -average rating
  15. -title
  16. authors
  17. -name
  18. -homepage
  19. contributors (array)
  20. -name
  21. -homepage
  22. translators (array)
  23. -name
  24. -homepage
  25. -download_count
  26. -comments count
  27. comments
  28. -username
  29. -text
  30. -created_on
  31. -user_id
  32. -version
  33. -tag(s)
  34. -changed_on
  35. -description
  36. -last changelog
  37.  
  38. -> maybe the comments in a separate thingie
  39. rating (username)
  40. -rating
  41. userdetails (username)
  42. -homepage
  43. -user_id
  44. changelog (by addon_id) as array
  45. -version
  46. -changelog
Add Comment
Please, Sign In to add comment