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

My changes #3

Open
wants to merge 59 commits into
base: main
Choose a base branch
from
Open

Conversation

MatheusGraciki
Copy link

Deploy da Aplicação 💨

Publish da aplicação

Teste em Video

Cada interação do usuário recebe uma trativa e um fedbaack do aplicativo, no video não aparece pois estou utilizando pelo navegador

Usuários para Teste: Professor, Cliente

email password
[email protected] Teste123
email password
[email protected] Teste123

Tarefas em aberto

📝 Adicionar SplashScreen

📝 Refatorar codigo criando mais componentes e deixando o código mais clean

📝 Implementação de um desing melhor e mais condizente com o projeto

Here i configured the eslint to make me had a better performance in project
conclusion of SignUp screen and using the api to make a post of the user data
here i use the api to validate the user data, if the user has been registered, the user will go to "VerAulas" screen, if he is not registered, the user will recive a message error. I finished the Login screnn too.
Getting bearer token and saving to asynchronous storage to use on another screen with different requests where authentication is required
Change dir for better  organization
Getting user role to redirect user to different screens, it depends on user role, if user is a customer he'll have less privileges on screens than teachers or admins
this screen will possibilitate the teacher to edit and delete  classes
Changing routes for tests in create categories screen.
Creating a modal for add categories and listing categories inside the modal with a flatlist
flatlist display the data contained in fetch data, ever the function is called the data is updated.
createCategory : makes a post with the category data, this data is entered by the user.

featchData: Get data from API and show user in simple list.

deleteCategories: does a data deletion in the api, when this is done, the flatlist is automatically updated.

updateCategories: Patch the api and update the data and the flatlist, but there is no time when this isn't working and I don't know why.

i created two modals too, one modal for add categories, and other to update categories
fetchData: fetchData: fetch data when user  click  in "ver aulas" on screen "CriarCategorias".

deleteClass: delete a class when the user click on trash icon .

updateClass: not working, but substitut the data with new value.

modal: the modal has been created to set new values when use updateClass.
MatheusGraciki and others added 29 commits June 11, 2022 00:33
createGymClass: create a gym class on category selected, i created two buttons too,  the button "VerAulas" and "CriarAulas"
sending parameters to be used in the "Class 2" screen, this is the screen where the user can sign up and see details of their class
Getting datetime to send and save in start time class in api

duration transform the minutes passed for user in seconds to sent to api
fetch data:  fetch data to show for user in flatlist,

createGymClassUser: if the user subscibe on a class then gymclassuser is created

getGymClass:  get the data crated on createGymClassUser

deleteGynClass::  delete the data crated on createGymClassUser
sending props to use in other screen
code refactoring to create components and make the app code more clean and organized
for better performance, organization and a clean code  i reafactored this code using components
I redid the design of the Login and Sign-up screens and tried to make it similar to the figma prototype.
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

Successfully merging this pull request may close these issues.

1 participant