import wixData from 'wix-data'; $w.onReady(function () { let discotecaID = "discoteca123"; // Cambia esto dinámicamente si tienes varias discotecas // Obtener el promedio de calificaciones al cargar la página wixData.query("Ratings") .eq("discotecaID", discotecaID) .find() .then((results) => { if (results.items.length > 0) { let total = results.items.reduce((sum, item) => sum + item.rating, 0); let promedio = total / results.items.length; $w("#averageRating").text = `⭐ ${promedio.toFixed(1)} / 5`; } else { $w("#averageRating").text = "⭐ No hay calificaciones aún"; } }); // Guardar la calificación cuando el usuario haga clic en "Enviar" $w("#submitButton").onClick(() => { let ratingValue = $w("#ratingInput").value; if (ratingValue) { let newRating = { discotecaID: discotecaID, rating: ratingValue }; wixData.insert("Ratings", newRating) .then(() => { console.log("Calificación guardada"); wixLocation.to(wixLocation.url); // Refresca la página }) .catch((err) => console.log(err)); } else { console.log("Selecciona una calificación antes de enviar"); } }); });
top of page

Test Event 1

Sat, Mar 01

|

Bogota

Yeah

Tickets are not on sale
See other events
Test Event 1
Test Event 1

Time & Location

Mar 01, 2025, 8:00 PM – Mar 02, 2025, 3:30 AM

Bogota, Kr 13 #83-47, Bogotá, Colombia

About the event

Luces, cámara... iy tú eres el protagonista!

Este martes, la creatividad se enciende y la noche es tu mejor escenario.

Además tendrás Barra libre de 9PM a 10PM y el cóctel corre por nuestra cuenta.

Brilla, posa a la cámara y baila al mejor estilo de la fiesta crossover



Share this event

© 2035 Created by Q Producciones with Wix.com

  • Instagram
bottom of page