Hi guys,
I have experienced with Rapido so far and I have found a few things that might be useful to solve.
1. In Master.cshtml and MasterBlocks/References.cshtml there are a few paths hardcoded to point to the Rapido template. That is a bit troublesome when you have multiple websiotes/templates in the same solution. it would be nice to have the paths dynamic
2. In ParagraphContainer.cshtml there is no check if there are actually paragraphs added, resulting in a Razor error in the front-end. I agree that the admins should be careful with that, but it won't hurt to add an additional check and avoid the front-end errors.
3. In Page.cshtml (this is something found in Rapido 3.0 but unconfirmed yet in Rapido 3.1) you get a razor error if Left menu option is not selected or if the ItemType for the page is set incorrectly. It would be nice to have an additional check here as well and provide a default value if none is set
4. Also not confirmed in Rapido 3.1 but repeatedly found in Rapido 3.0, when retrieving the initials of the user (in the header of the page and my account), if the user does not have all necessary fields field, it returns a razor error. An additional check here would be useful for situations where the users come from the ERP and data is inconsistent.
Thank you,
Adrian