Video tips #2434
Replies: 9 comments 5 replies
-
The first one will be on multi-tenancy. |
Beta Was this translation helpful? Give feedback.
-
For the role-based authorization - I think it would be great to see how Avo handles cases that are a little more complex than the normal User / Moderator / Admin case. For example what can you do if one of the User-roles has a lot of specific attributes? There are a lot of articles on the web on that topic but (without a hint of Adrian) I would have gone into the completely wrong direction (STI or multiple user-models with devise). |
Beta Was this translation helpful? Give feedback.
-
Another topic that interests me is managing money and currencies. This is likely a common challenge for many people, and it's an area where we could explore some useful features of Avo, such as creating a custom field for money with currency. We could also design a custom page to display a basic double-entry accounting table. Additionally, we might look into integrating the money-gem or demonstrating how to present appealing graphs on a dashboard. |
Beta Was this translation helpful? Give feedback.
-
Another request I've encountered several times involves creating a table on a dashboard, such as a 'List of Top 10 Managers.' I believe it's feasible to integrate this with avo-components using field wrappers. However, the documentation regarding this process is somewhat unclear. For instance, it doesn't thoroughly explain how to construct a table (without sorting etc.) while still utilizing the same components as the rest of Avo. |
Beta Was this translation helpful? Give feedback.
-
I would love to see a demonstration of plugging Avo to start managing content in an existing e-learning app. I mean an app with courses having audios, videos, articles, etc that users are meant to listen/watch/read one by one and where their progress might be tracked; there might be variable amounts of nesting in the content; each content may also belong to various collections/tags/topics to be discoverable in several ways.
I could go on by making the feature wishlist longer but the above is a good start! I would like the video to demonstrate how to add Avo as a content admin interface to a pre-existing Rails app which already has data models/controllers/views in place. This would differentiate it from other content management systems such as Spina (or Maglev), which require a specific data modelling and even database (Spina seems to require Postgresql), meaning that they require significant migration when added into existing apps. |
Beta Was this translation helpful? Give feedback.
-
I notice some confusion around panels and main panels and how avo computes them (related issue #2435). Would be great to explain and show how it happens and explain some of the "behind the scenes". |
Beta Was this translation helpful? Give feedback.
-
I would like to see a demo of composing and sending simple email newsletters from a Rails web app, with the email being composed through an Avo GUI. Something that allows regular text, bold/italics styling, headers, inline images, e.g. perhaps with Trix. Provide a basic preview. Choose recipients. Then send it using Action Mailer (MailPace, ...). Bonus points to support embedding user-specific info such as their name, email address, etc in the body of the email, and localising the email based on each user's language. Alternatives known to me are to first define the email template in code (ERB view); or to compose and send an email from any email editor to the web app using Action Mailbox, where it would then get re-sent to app recipients; or to integrate a third-party tool like SendGrid/Mandrill. But I would be interested in a simple GUI solution using just Rails and Avo. |
Beta Was this translation helpful? Give feedback.
-
I would love to see videos / documentation of Avo used as a CMS alongside a modern website builder. For instance:
NB: these are not Ruby/Rails but they could hopefully integrate through an API. Bonus points would be to be able to put such pages alongside other standard Rails in the same domain. Secondly there could also be a video showcasing Maglev + Avo, see demo integration with Avo. The Rails ecosystem is great to build custom full-stack apps through code but I don't know many options enabling non-coders and designers to do visual building (a.k.a "no code", "low code"). I would love to see more material bridging that gap. As with the trending topic of generative AI, if Avo could publish materials on how to integrate with solutions in the domain of no code / low code and front-end design, it may help with its SEO/marketing. Avo could even perhaps demonstrate this itself by using such a website builder for the avohq.io landing pages. |
Beta Was this translation helpful? Give feedback.
-
I was wondering if there were any videos or guides created for delegated types in the end, @Paul-Bob? |
Beta Was this translation helpful? Give feedback.
-
Hey everyone.
We were repeatedly asked to create videos of how to do something with Avo.
We'd love to do that more and go into it a little bit in depth, so please tell us what kind of content you would like to see.
Please make these examples as concrete as possible so we don't go and wonder off into the wrong direction.
From some initial conversations, we found these as nice to have:
Beta Was this translation helpful? Give feedback.
All reactions