cerberus icon indicating copy to clipboard operation
cerberus copied to clipboard

Frontend for the Hades mentorship platform

Results 7 cerberus issues
Sort by recently updated
recently updated
newest added

We need to define what the workflow is going to be for using the app. At this point it can be just a high-level one, without much details, but just...

design/architecture

Let's start simple. Perhaps it can be based on this bootstrap example https://getbootstrap.com/docs/4.0/examples/jumbotron/ From here user should be able to: * Learn more about the project * Signup * Login

feature

As we can see the deployed version: http://www.littlealchemist.io/cerberus/ I put 3 pages on the Landing Page: `about`, `mentorships`, `hosting` but perhaps they can be united in one. Or perhaps they...

design/architecture
feature

The menu is there, but doesn't work because normally bootstrap uses jQuery plugin. We need to implement the triggering of the menu by changing its classes

feature

This will describe Hades Mentorship project * https://github.com/lbighetti/hades/ The goals, how it works and how to get involved.

feature

A simple login page should be implemented. We can start from a Bootstrap template like https://getbootstrap.com/docs/4.0/examples/signin/ Converting that to elm with https://mbylstra.github.io/html-to-elm/ should be a good start.

feature

Similar to #1 but with a few more things. We'll need at least `user`, `password` and `passwor_confirmation` and perhaps handle the case where email is already in use, passwords do...

feature