AVAnnotate / admin-client

Application for building AVAnnotate websites
0 stars 0 forks source link

Update the Project Description to use a RTE instead of a string #140

Closed absempere closed 3 weeks ago

absempere commented 1 month ago

As a scholar, I would like my auto-generated homepage to show paragraph breaks and formatted text including italicized, bold, or underlined text and links. I would like to include citations and references in my description.

camdendotlol commented 3 weeks ago

I know this isn't in my queue yet but I just noticed it and wanted to mention: this would be pretty hard unless we're willing to break old projects. Since AVAnnotate isn't a traditional website with a database, we can't run any sort of database migration to change data types. Existing projects would still have string descriptions after deploying a rich text update, so both the project client and admin client would need to be updated to support both types to avoid crashes.

absempere commented 3 weeks ago

@camdendotlol This was on a list of "would be nice if we have time" but we don't have time, and I think the custom home page + ToC addresses the issue already.