Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connexion utilisateur #1

Open
CorentinDupont opened this issue Feb 14, 2020 · 1 comment
Open

Connexion utilisateur #1

CorentinDupont opened this issue Feb 14, 2020 · 1 comment

Comments

@CorentinDupont
Copy link
Owner

No description provided.

@CorentinDupont CorentinDupont changed the title Authentification Connection utilisateur Feb 14, 2020
@CorentinDupont
Copy link
Owner Author

Scenario: User try to connect
Given user set correct username and password
When user click on login button
Then user is redirected to home page

Scenario: User bad credentials
Given user set wrong credentials in inputs
When user click on login button
Then the message "Bad credentials" displayed on the screen

Scenario: User does not correclty fill the inputs
Given user does not fill the inputs
When user click on login button
Then error message "Fill this input" is displayed under inputs

@CorentinDupont CorentinDupont changed the title Connection utilisateur Connexion utilisateur Feb 14, 2020
CorentinDupont added a commit that referenced this issue Mar 12, 2020
feature create/list item

Create an item

WIP: add item

more idimatic aproach remove pretender

Mirage

WIP

🚧 feat(items) : generate item files

🚧 feat(items) : rename route

✨ feat(serialize) : jsonapi serializer with pipe and interceptor

try to call /items with mirage

try to make working post /items

Remove unused file

🐛fix(items) : make working post adding body parser in back

Fix and add style

ISsue with tests

finish debugging

Try

Tests

Add validation form test for create item

Tests

Fix mulitple items

test if name is already used with server error

some style

register and login first steps

🚧 feat(authentication) : follow auth tutorial with ember-auth-cli with bad old syntax

🚧 feat(authentication) : decorator error

📦 feat(build) : reinstall ember simple auth

i don't have to make good commit msg because we are on a branch

📣 Login Front-End réussi

📦 Failed Authentication

fixed authenticate

Connection to database

build fixed by using correct new model format

🔑 Connection Functional

Registering

to actual problem with integraiton

Start testing feature 📦

ADD TEST

finish merge functionnalities
RavenDog5 added a commit that referenced this issue Mar 19, 2020
CorentinDupont added a commit that referenced this issue Mar 19, 2020
Re enable protected routes on item and item/create
CorentinDupont added a commit that referenced this issue Mar 19, 2020
Fix test after restricting item routes to authenticated users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant