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

San francisco #16

Closed
wants to merge 51 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
82fe9b7
react
fsillanes Oct 4, 2024
25d24de
app react + auth0 simple
fsillanes Oct 4, 2024
e24086a
fix url examplePage
fsillanes Oct 4, 2024
328d09b
Delete Geomapp directory
luzmagurzua Oct 4, 2024
144d2ab
Refactor HTML and Next.js components to React
luzmagurzua Oct 5, 2024
d3f6fdd
Fix footer positioning on Profile and Publications pages with flexbox…
luzmagurzua Oct 5, 2024
7cdb27e
Added image upload with max 5 files, navigation with useNavigate, cen…
luzmagurzua Oct 6, 2024
2a8ed03
Fix conditional rendering for post types
luzmagurzua Oct 6, 2024
e65a662
added google map to map window
luzmagurzua Oct 6, 2024
d2f5318
Added Google Map component with user location, markers, and clickable…
luzmagurzua Oct 6, 2024
957564c
copy of react-dev-luzma
luzmagurzua Oct 6, 2024
832bcce
Boton centrar mapa
domenicahoppe Oct 7, 2024
ba821be
desarrollando form
J0SEF4 Oct 7, 2024
caeaca4
desarrollando mas los forms
J0SEF4 Oct 7, 2024
8287741
update credenciales auth0
StoicSilver Oct 7, 2024
174ee26
Filtros por tipo de servicio
domenicahoppe Oct 8, 2024
52ee302
Merge branch 'dev' into react-dev-dome
luzmagurzua Oct 9, 2024
3fa586b
Merge pull request #3 from iic2154-uc-cl/react-dev-dome
luzmagurzua Oct 9, 2024
8a29b5f
Merge pull request #4 from iic2154-uc-cl/dev-jose3000
luzmagurzua Oct 9, 2024
e313dcb
centrado de botones
luzmagurzua Oct 9, 2024
6f7a51c
refactoring
luzmagurzua Oct 9, 2024
e1487a5
validaciones en zturismo y boton finalizar
J0SEF4 Oct 9, 2024
f4f3e30
chore(app): move latest changes to new branch before cycle1
luzmagurzua Oct 9, 2024
317c122
Merge branch 'ciclo1' into dev-jose3000
luzmagurzua Oct 9, 2024
59af966
Merge pull request #5 from iic2154-uc-cl/dev-jose3000
luzmagurzua Oct 9, 2024
4faddee
feat: local changes to user pages before merge
luzmagurzua Oct 9, 2024
028521b
cambios
luzmagurzua Oct 9, 2024
0a67242
feat(app): add final features to the application
luzmagurzua Oct 10, 2024
18d3bda
Merge pull request #6 from iic2154-uc-cl/ciclo1
luzmagurzua Oct 10, 2024
e31f101
geomapp app
luzmagurzua Oct 10, 2024
b94ca65
Merge pull request #7 from iic2154-uc-cl/geomapp
luzmagurzua Oct 10, 2024
952aae4
colores ubicacion y servicios
domenicahoppe Oct 10, 2024
eb1dde6
Update GitHub Action workflow on all branches
agustin-rios Oct 18, 2024
b68b753
merge ultimas funcionalidades
luzmagurzua Oct 24, 2024
4002f24
problema .env arreglado de inicio sesion
J0SEF4 Oct 24, 2024
e267d1d
navbar y poner bonito y otras cosas
J0SEF4 Oct 24, 2024
1bc1b0c
export de navbar
J0SEF4 Oct 24, 2024
c12f321
feat: calendar view
gustfernandez Oct 28, 2024
15dc448
forms en proceso
J0SEF4 Oct 31, 2024
bb1cf28
juntar branches
gustfernandez Oct 31, 2024
3162162
juntar branches
gustfernandez Oct 31, 2024
f19a055
Merge branch 'development' into jose_desarrollo
luzmagurzua Nov 1, 2024
725eb88
Merge pull request #13 from iic2154-uc-cl/jose_desarrollo
luzmagurzua Nov 1, 2024
079ee24
forms
J0SEF4 Nov 2, 2024
a1ae9a9
letra san francisco
luzmagurzua Nov 2, 2024
5d750c3
fix boton siguiente, fix eliminar imagen, fix imagen error
luzmagurzua Nov 2, 2024
28054a9
forms terminados
J0SEF4 Nov 2, 2024
b698f9f
forms listo
J0SEF4 Nov 2, 2024
a43141d
Merge branch 'jose-desarrollo-copy' into jose-desarrollo-copy-2
luzmagurzua Nov 2, 2024
3143d95
Merge pull request #15 from iic2154-uc-cl/jose-desarrollo-copy-2
luzmagurzua Nov 2, 2024
1a16783
Merge branch 'jose-desarrollo-copy' into san_francisco
luzmagurzua Nov 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# #AGREGAR API KEY DE GOOGLE MAPS:
# NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=
# NEXTAUTH_URL=http://localhost:3000
# NEXT_PUBLIC_SIGNIN_REDIRECT_URL=/user/profile
# NEXT_PUBLIC_DOMAIN=http://localhost:3000
# #CAMBIAR A DOMINIO DE PRODUCCION:
# NEXT_PUBLIC_API_URL=http://localhost:8000

# # Auth0 env variables
# #COMPLETAR:
# NEXT_PUBLIC_AUTH0_CLIENT_ID=15sdejCzUFK03CrkNMeJJTVYxsajbth0
# NEXT_PUBLIC_AUTH0_DOMAIN=dev-pposjm7jmfxhpepv.us.auth0.com
# NEXT_PUBLIC_LOGIN_REDIRECT_URL=http://localhost:3000/post/CreateProperty
# NEXT_PUBLIC_LOGOUT_REDIRECT_URL=http://localhost:3000

#VITE_AUTH0_AUDIENCE=https://geomap/
#VITE_AUTH0_DOMAIN=dev-7w1no2zl1opt24if.us.auth0.com
#VITE_AUTH0_CLIENT_ID=QrElcRF9AI2H6dRBwCChbc04JvtKygJo

VITE_AUTH0_AUDIENCE=https://geomap/
VITE_AUTH0_DOMAIN=dev-7w1no2zl1opt24if.us.auth0.com
VITE_AUTH0_CLIENT_ID=QrElcRF9AI2H6dRBwCChbc04JvtKygJo

VITE_API_URL=http://localhost:8000/
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.DS_Store
.DS_Store
.next/
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
## Pruebas locales
# React + Vite

Para realizar pruebas locales se deben correr los siguientes comandos:
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

```bash
yarn install
Currently, two official plugins are available:

yarn dev
```

Luego dirigirse a [http://localhost:3000](http://localhost:3000) con el browser.

## Deploy

El deploy del sitio web es en Vercel, y se accede mediante la siguiente URL: [https://georent.cl](https://georent.cl).

Desde Vercel se puede controlar que versión del código se desea hacer deploy, al igual que la configuración de variables de entorno.
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
194 changes: 0 additions & 194 deletions auth0CustomSignUp.html

This file was deleted.

104 changes: 0 additions & 104 deletions auth0Templates/auth0CustomLogin.html

This file was deleted.

Loading
Loading