Repository
https://github.com/utopian-io/v2.utopian.io/pull/155
New Features
What feature(s) did you add?
This Pull Request answers this task.
The aim is to add the Pro Review Toggle to an article. The use of this boolean is not implemented here. This is merely some CRUD development.How did you implement it?
This development impacted 3 packages:
i18n
I added the english translation strings related to the task.
Code link
Here is an extract:
client
I added the quasar component that handles the attribute
Code link
Here is an extract:
api
I added the modification logic to the existing code as well as updating the tests
Code link
Tests code link
Here is an extract:
bonus: I found a missing required attribute in the article model.
Code link
Here is an extract:
GitHub Account
https://github.com/smilingvoid
My feeling about this first task
The development in itself when you know the project can be done quickly. But like any other new project, you need time to set everything up, understand how it works, where everything is and where it happens.
I like the way the project is organized and I will continue to contribute when I find the time for sure!