-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Formularios para registro de mascotas #555
Open
margarita1973
wants to merge
58
commits into
4GeeksAcademy:main
Choose a base branch
from
4GeeksAcademy:CreatePosts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Se crearon las tablas User, Pet, Post_description y Breed. Tambien se crearon las tablas Enum gender, pet_status y species. La tabla Pet se relaciona: con User a traves de la ForeignKey user.id, con breed a traves de breed.id La tabla Post_description se relaciona con Pet a traves de pet.id.
Se corrigió el archivo models. Se crearon los componentes NewPetLost y NewFoundPet. Se modificón el archivo index.css. Se agregaron las paginas al archivo ayout.js
Updated app.py with the following endpoints: -GET all users -POST new user -POST login -PUT update password -GET private access -POST Create new mascota -POST create new mascota post
formularios para el ingreso de las nuevas mascotas. Se agrego el componente Cloudinary para subir las fotos
Front vista home
login, sin fondo ni formato
-Se arregla visualizacion en layout
This reverts commit 76db24d.
Create posts
-Se agrego la funcionalidad del Mapa -Se downgradeo a node 16.20.2 -Se downgradeo a react 18.3.1 -Se instalaron: -react-leaflet -leaflet -react leaflet cluster -Se modifico el archivo index porque usaba una forma mas nueva del reactDOM -se agregaron estilos en index css -Se cambio la skin del mapa
…aran los datos en el mapa
-Se establece vista de usuario, restan conexiones
[VISTA USUARIO]
Vista signup flor
Vista de los formularios para el ingreso de nuevas mascotas perdidas y encontradas Los datos ingresados se envian a la base de datos atraves de la función addNewPet en el archivo Flux de store La ubicacion se selecciona en el mapa utilizando React-leaflet, en el componente ubication_map Las imagenes se almacenan en la Api cloudinary, desde el componente Cloudinary
margarita1973 Componentes newFoundPet y newPetLost funcionales
Front vista mapa
…egle una linea que faltaba en index.css
…Alonso-Rodriguez-Acu-a-y-Chaves-Proyecto-final into nueva-vista-login-flor
-style en mapa para que ocupe toda la pantalla
Navbar responsive y Links
Updated Navbar with marianacss changes
Added GET all PETs endpoint
Nueva vista login flor
Se agrego el resto de las tablas
Se removio el serializado de species
Uploaded App.js
Added Filters.js file
Added PetView.jsx from marianacss
Se actualizo el layout con los cambios hechos de marianacss
updated flux with fake data from marianacss
Updated home with marianacss changes
Added pet-views.css from marianacss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Registro de mascota,
Funcion para actulizacion de la base de datos