Module Tutorial: User Polling / Rating: Where to go from here

Hopefully this tutorial has given you a productive overview of the primary steps necessary for creating modules inside of Webiva. If you want to keep going, there’s a number of additional enhancements that could be added:

  1. Only show users polls that they haven’t seen before (if there are any).
  2. Add some more management views to see results and how users voted.
  3. Add a list of polls. (We created a list paragraph that was never used.)
  4. Add a category field to polls, and an option to only display polls of a certain category.

There’s a lot more to learn about developing for Webiva, including:

  • Styled Forms
  • ActiveTable
  • ParagraphFeature
  • ParagraphRenderer
  • Handlers - interacting with other modules
  • Permissions and access control
  • Content & Publications

More docs should be coming soon!