diff --git a/frontend/error_build.txt b/frontend/error_build.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/frontend/error_clean.txt b/frontend/error_clean.txt
deleted file mode 100644
index bddd3a3..0000000
Binary files a/frontend/error_clean.txt and /dev/null differ
diff --git a/frontend/error_err.txt b/frontend/error_err.txt
deleted file mode 100644
index 8011234..0000000
Binary files a/frontend/error_err.txt and /dev/null differ
diff --git a/frontend/error_full.txt b/frontend/error_full.txt
deleted file mode 100644
index d73c4c6..0000000
Binary files a/frontend/error_full.txt and /dev/null differ
diff --git a/frontend/error_out.txt b/frontend/error_out.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/frontend/error_ps.txt b/frontend/error_ps.txt
deleted file mode 100644
index ab0cf2b..0000000
Binary files a/frontend/error_ps.txt and /dev/null differ
diff --git a/frontend/error_report.txt b/frontend/error_report.txt
deleted file mode 100644
index 73a7975..0000000
Binary files a/frontend/error_report.txt and /dev/null differ
diff --git a/frontend/error_v.txt b/frontend/error_v.txt
deleted file mode 100644
index 087929a..0000000
Binary files a/frontend/error_v.txt and /dev/null differ
diff --git a/frontend/error_v2.txt b/frontend/error_v2.txt
deleted file mode 100644
index e887879..0000000
Binary files a/frontend/error_v2.txt and /dev/null differ
diff --git a/frontend/error_v3.txt b/frontend/error_v3.txt
deleted file mode 100644
index dcb1806..0000000
Binary files a/frontend/error_v3.txt and /dev/null differ
diff --git a/frontend/error_v4.txt b/frontend/error_v4.txt
deleted file mode 100644
index d85a0ba..0000000
Binary files a/frontend/error_v4.txt and /dev/null differ
diff --git a/frontend/login_design.html b/frontend/login_design.html
deleted file mode 100644
index a0aba93..0000000
--- a/frontend/login_design.html
+++ /dev/null
@@ -1 +0,0 @@
-OK
\ No newline at end of file
diff --git a/frontend/out.json b/frontend/out.json
deleted file mode 100644
index 279f557..0000000
--- a/frontend/out.json
+++ /dev/null
@@ -1,122 +0,0 @@
-[
- {
- "stop_order": 0,
- "bus_stops": {
- "name": "Parada Parque Boquete",
- "latitude": 8.7764706,
- "longitude": -82.4324993
- }
- },
- {
- "stop_order": 1,
- "bus_stops": {
- "name": "P. Supermercado Rey",
- "latitude": 8.7688041,
- "longitude": -82.4332474
- }
- },
- {
- "stop_order": 2,
- "bus_stops": {
- "name": "P. Entrada Volcancito",
- "latitude": 8.7569716,
- "longitude": -82.4317303
- }
- },
- {
- "stop_order": 3,
- "bus_stops": {
- "name": "P. Villa La Paz",
- "latitude": 8.7543505,
- "longitude": -82.4316283
- }
- },
- {
- "stop_order": 4,
- "bus_stops": {
- "name": "P. Terpel Alto Boquete",
- "latitude": 8.7520024,
- "longitude": -82.4318432
- }
- },
- {
- "stop_order": 5,
- "bus_stops": {
- "name": "P. Mini Super Alto Dorado",
- "latitude": 8.7500574,
- "longitude": -82.4320427
- }
- },
- {
- "stop_order": 6,
- "bus_stops": {
- "name": "P. BTA",
- "latitude": 8.7451912,
- "longitude": -82.4324671
- }
- },
- {
- "stop_order": 7,
- "bus_stops": {
- "name": "P. Plaza San Francisco",
- "latitude": 8.7382538,
- "longitude": -82.4330994
- }
- },
- {
- "stop_order": 8,
- "bus_stops": {
- "name": "P. Escuela Alto Boquete",
- "latitude": 8.7321499,
- "longitude": -82.4336354
- }
- },
- {
- "stop_order": 9,
- "bus_stops": {
- "name": "P. 10",
- "latitude": 8.729323,
- "longitude": -82.4340776
- }
- },
- {
- "stop_order": 10,
- "bus_stops": {
- "name": "P. 11",
- "latitude": 8.7275817,
- "longitude": -82.4348154
- }
- },
- {
- "stop_order": 11,
- "bus_stops": {
- "name": "P. MercaMax",
- "latitude": 8.7255787,
- "longitude": -82.4359451
- }
- },
- {
- "stop_order": 12,
- "bus_stops": {
- "name": "P. Seminario",
- "latitude": 8.7218976,
- "longitude": -82.4379503
- }
- },
- {
- "stop_order": 13,
- "bus_stops": {
- "name": "P. Instituto Guadalupano",
- "latitude": 8.7197081,
- "longitude": -82.4391483
- }
- },
- {
- "stop_order": 14,
- "bus_stops": {
- "name": "P. UNACHI Boquete",
- "latitude": 8.7165669,
- "longitude": -82.4408624
- }
- }
-]
\ No newline at end of file
diff --git a/frontend/register_design.html b/frontend/register_design.html
deleted file mode 100644
index a0aba93..0000000
--- a/frontend/register_design.html
+++ /dev/null
@@ -1 +0,0 @@
-OK
\ No newline at end of file
diff --git a/frontend/sites.txt b/frontend/sites.txt
deleted file mode 100644
index 04fbd3d..0000000
Binary files a/frontend/sites.txt and /dev/null differ
diff --git a/frontend/split.py b/frontend/split.py
deleted file mode 100644
index f09162b..0000000
--- a/frontend/split.py
+++ /dev/null
@@ -1,149 +0,0 @@
-import re
-
-with open('src/views/TaxiView.vue', 'r', encoding='utf-8') as f:
- text = f.read()
-
-# Just extract the content using regex
-template_match = re.search(r'(.*?)\s*', text, re.DOTALL)
- style_content = style_match.group(1) if style_match else ""
-
- # Create TaxisLocales.vue
- taxis_script = """"""
-
- with open('src/views/transporte/TaxisLocales.vue', 'w', encoding='utf-8') as f:
- f.write(taxis_script + f"\n\n \n{tab1_code}\n
\n\n\n")
-
- # Create ViajesTuristicos.vue
- viajes_script = """"""
- tab2_code = tab2_code.replace("router.push(`/shuttle/${shuttle.id}`);", "verDetalle(shuttle.id);")
- with open('src/views/transporte/ViajesTuristicos.vue', 'w', encoding='utf-8') as f:
- f.write(viajes_script + f"\n\n \n{tab2_code}\n
\n\n\n")
-
- print("Success!")
- else:
- print("Could not find tabs")
-else:
- print("Could not find template")
diff --git a/frontend/test-enum.mjs b/frontend/test-enum.mjs
deleted file mode 100644
index f82ba5c..0000000
--- a/frontend/test-enum.mjs
+++ /dev/null
@@ -1,41 +0,0 @@
-import { createClient } from '@supabase/supabase-js'
-
-const SUPABASE_URL = 'https://bjgixlugjzsccazdfmph.supabase.co'
-const SUPABASE_ANON_KEY = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImJqZ2l4bHVnanpzY2NhemRmbXBoIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NzIwNjQyMTAsImV4cCI6MjA4NzY0MDIxMH0.untLQoPi4yUr3cPnxo23wYSlg6xnNK0daKu9UHmFTp8'
-const sb = createClient(SUPABASE_URL, SUPABASE_ANON_KEY)
-
-async function test() {
- await sb.auth.signInWithPassword({ email: 'admin@sibu.com', password: 'Admin123!' })
-
- console.log("Testing REGULAR");
- const { data: stopData, error: stopErr } = await sb.from('bus_stops').insert([{
- name: 'test enum',
- latitude: 0,
- longitude: 0,
- stop_type: 'REGULAR',
- has_shelter: false,
- has_seating: false,
- is_accessible: true,
- city: 'David'
- }]).select()
-
- console.log("REGULAR test:", stopErr ? stopErr.message : "Success")
-
- if (!stopErr && stopData) {
- await sb.from('bus_stops').delete().eq('id', stopData[0].id)
- }
-
- console.log("Testing regular");
- const { error: err2 } = await sb.from('bus_stops').insert([{
- name: 'test enum',
- latitude: 0,
- longitude: 0,
- stop_type: 'regular',
- has_shelter: false,
- has_seating: false,
- is_accessible: true,
- city: 'David'
- }]).select()
- console.log("regular test:", err2 ? err2.message : "Success")
-}
-test()
diff --git a/frontend/test-sb.mjs b/frontend/test-sb.mjs
deleted file mode 100644
index 7aa5869..0000000
--- a/frontend/test-sb.mjs
+++ /dev/null
@@ -1,29 +0,0 @@
-import { createClient } from '@supabase/supabase-js'
-
-const SUPABASE_URL = 'https://bjgixlugjzsccazdfmph.supabase.co'
-const SUPABASE_ANON_KEY = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImJqZ2l4bHVnanpzY2NhemRmbXBoIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NzIwNjQyMTAsImV4cCI6MjA4NzY0MDIxMH0.untLQoPi4yUr3cPnxo23wYSlg6xnNK0daKu9UHmFTp8'
-const sb = createClient(SUPABASE_URL, SUPABASE_ANON_KEY)
-
-async function test() {
- console.log("Fetching a route and a bus stop to link...");
- const { data: route } = await sb.from('routes').select('id').limit(1);
- const { data: stop } = await sb.from('bus_stops').select('id').limit(1);
-
- if (route?.[0] && stop?.[0]) {
- console.log("Upserting route_stop link...");
- const res = await sb.from('route_stops').upsert([{
- route_id: route[0].id,
- stop_id: stop[0].id,
- stop_order: 1
- }]).select()
- console.log("Insert response:", JSON.stringify(res, null, 2))
-
- console.log("Testing join...")
- const { data, error } = await sb.from('route_stops').select('*, bus_stops(*)')
- console.log('Join Data:', JSON.stringify(data?.[0], null, 2))
- console.log('Join Error:', error)
- } else {
- console.log("No existing route or stop to link.")
- }
-}
-test()