roadkill icon indicating copy to clipboard operation
roadkill copied to clipboard

Status of Roadkill v3 in November/Dec 2018

Open yetanotherchris opened this issue 6 years ago • 1 comments

I've written a blog post about this, here:

http://www.anotherchris.net/posts/roadkill-update-2018-q4

Here's some of the post:

  • Users and roles - more details below. Roadkill will now be using AspNetIdentity and get the extra features it supports. (25% done).
  • File uploads and management. Roadkill will support multi-cloud by default (S3, Azure). More details below (25% done).
  • It’s Postgres only using Marten, as having so many databases to support was a major headache, even with an ORM. (100% done)
  • It’s cross platform and Dockerized (100% done)
  • It now uses Elasticsearch for search. (50% done)
  • It’s markdown only, and has been rewritten to use Markdig for Markdown parsing. Subsequently extensions will not be supported for the v3 initial release. (100% done)
  • HTML Sanitization is done using the HtmlSanitization library, which itself is derived from Roadkill v2! Go team. (100% done)
  • Localization is now a separate project. (100% done)
  • The API is fairly complete now, minus search and users (80% done)
  • The admin UI hasn’t been started. I’m looking at SPA framework like ReactJS for this. (0% done)
  • The front end UI hasn’t been started. Also SPA. (0% done)
  • Mailing templates are to-do. Mailkit is now being used by Roadkill to send mails. (50% done)
  • Conversion from v2->v3 tool is to-do (0% done)

yetanotherchris avatar Nov 01 '18 10:11 yetanotherchris

Thanks for the update!

TimSirmovics avatar Nov 08 '18 04:11 TimSirmovics