Articles feature
Created by: malinapavel
- [ X ] articles list page, with sorting options
- [ X ] single article view page, with steps displayed and a list of similar articles that can be accessed
- [ X ] article editor, with WYSIWYG integrated editor for article & step overview, with the possibility of adding steps for the DIY project
- [ X ] draft management system, with a list of drafts that a user can have -> clickable table rows which lead to the article editor for saving updates for a certain article -> publish and delete draft options
- [ X ] some tiny code refactoring: -> creating some shared services across multiple modules, to respect DRY principle -> PublishedDate field for articles (to keep track of what is draft and published article)
- [ ? ] to be revisited, maybe: updateable steps