Crysfel Villa

Results 11 issues of Crysfel Villa

We need to add pagination to show all content, right now we have a couple posts but eventually the number will grow and we will need a pagination. ![Mobile](https://user-images.githubusercontent.com/219207/64924614-409eb380-d7ac-11e9-8c93-ff80139840fa.png) ![Web](https://user-images.githubusercontent.com/219207/64924616-45636780-d7ac-11e9-83fa-bbcb37870ee3.png)...

In the sidebar there's a widget already to allow users to signup to the newsletter, but we need to integrate it with SendGrid. Newsletter list ID in send grid: `6df91cab-90bd-4eaa-9710-c3804f8aba01`

## Description We need to setup a middleware to protect our private endpoints. We are using auth0 to handle authentication. We need to make sure our endpoints are not accessible...

In order to support the current filtering in the alpha app, we need to add filtering to the current list of users endpoint `/api/get-users`. We also need a way to...

## Description This PR adds a middleware to check if there's a JWT in the header, it tries to extract the data and put it inside the request. If there's...

## Description We want to create a new workflow where members can become mentors using the new design. ## AC 1. Add new container for members that are not mentors...

I have the following definition in my view: ``` html ``` When I try to edit an existing article that already has something on the content property I got the...

Is there any way I can display an image from the local system inside of the webview? Basically I want to download some images from my server and display them...

We need to generate a slug for all users in the database (and all new users), we are going to use it to create links in the FE for their...

enhancement

We need to delete the user's email from sendgrid, if the user is a mentor we need to delete it from the mentors. All Members should be removed from the...