rutas.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  1. [
  2. {
  3. "id": 0,
  4. "ruta": "Edificio 1 / Piso 0",
  5. "horarios": [
  6. {
  7. "id": 0,
  8. "salon": "A-1",
  9. "materia": "Sistemas",
  10. "hora_inicio": "11:00",
  11. "hora_fin": "8:00",
  12. "estado": 1,
  13. "comentario": ""
  14. },
  15. {
  16. "id": 1,
  17. "salon": "A-2",
  18. "materia": "Sistemas",
  19. "hora_inicio": "9:00",
  20. "hora_fin": "10:00",
  21. "estado": 4,
  22. "comentario": ""
  23. },
  24. {
  25. "id": 2,
  26. "salon": "A-3",
  27. "materia": "Matemáticas",
  28. "hora_inicio": "10:00",
  29. "hora_fin": "10:00",
  30. "estado": 1,
  31. "comentario": ""
  32. },
  33. {
  34. "id": 3,
  35. "salon": "A-4",
  36. "materia": "Matemáticas",
  37. "hora_inicio": "9:00",
  38. "hora_fin": "10:00",
  39. "estado": 1,
  40. "comentario": ""
  41. },
  42. {
  43. "id": 4,
  44. "salon": "A-5",
  45. "materia": "Base de datos",
  46. "hora_inicio": "10:00",
  47. "hora_fin": "11:00",
  48. "estado": 3,
  49. "comentario": ""
  50. },
  51. {
  52. "id": 5,
  53. "salon": "A-6",
  54. "materia": "Matemáticas",
  55. "hora_inicio": "11:00",
  56. "hora_fin": "8:00",
  57. "estado": 0,
  58. "comentario": ""
  59. },
  60. {
  61. "id": 6,
  62. "salon": "A-7",
  63. "materia": "Base de datos",
  64. "hora_inicio": "11:00",
  65. "hora_fin": "9:00",
  66. "estado": 3,
  67. "comentario": ""
  68. },
  69. {
  70. "id": 7,
  71. "salon": "A-8",
  72. "materia": "Sistemas",
  73. "hora_inicio": "10:00",
  74. "hora_fin": "11:00",
  75. "estado": 2,
  76. "comentario": ""
  77. },
  78. {
  79. "id": 8,
  80. "salon": "A-9",
  81. "materia": "Matemáticas",
  82. "hora_inicio": "10:00",
  83. "hora_fin": "9:00",
  84. "estado": 0,
  85. "comentario": ""
  86. },
  87. {
  88. "id": 9,
  89. "salon": "A-10",
  90. "materia": "Base de datos",
  91. "hora_inicio": "11:00",
  92. "hora_fin": "9:00",
  93. "estado": 3,
  94. "comentario": ""
  95. },
  96. {
  97. "id": 10,
  98. "salon": "A-11",
  99. "materia": "Sistemas",
  100. "hora_inicio": "11:00",
  101. "hora_fin": "11:00",
  102. "estado": 2,
  103. "comentario": ""
  104. },
  105. {
  106. "id": 11,
  107. "salon": "A-12",
  108. "materia": "Matemáticas",
  109. "hora_inicio": "9:00",
  110. "hora_fin": "9:00",
  111. "estado": 0,
  112. "comentario": ""
  113. },
  114. {
  115. "id": 12,
  116. "salon": "A-13",
  117. "materia": "Base de datos",
  118. "hora_inicio": "9:00",
  119. "hora_fin": "9:00",
  120. "estado": 4,
  121. "comentario": ""
  122. },
  123. {
  124. "id": 13,
  125. "salon": "A-14",
  126. "materia": "Matemáticas",
  127. "hora_inicio": "8:00",
  128. "hora_fin": "11:00",
  129. "estado": 1,
  130. "comentario": ""
  131. },
  132. {
  133. "id": 14,
  134. "salon": "A-15",
  135. "materia": "Matemáticas",
  136. "hora_inicio": "10:00",
  137. "hora_fin": "8:00",
  138. "estado": 1,
  139. "comentario": ""
  140. },
  141. {
  142. "id": 15,
  143. "salon": "A-16",
  144. "materia": "Matemáticas",
  145. "hora_inicio": "8:00",
  146. "hora_fin": "9:00",
  147. "estado": 3,
  148. "comentario": ""
  149. },
  150. {
  151. "id": 16,
  152. "salon": "A-17",
  153. "materia": "Sistemas",
  154. "hora_inicio": "9:00",
  155. "hora_fin": "8:00",
  156. "estado": 1,
  157. "comentario": ""
  158. },
  159. {
  160. "id": 17,
  161. "salon": "A-18",
  162. "materia": "Matemáticas",
  163. "hora_inicio": "8:00",
  164. "hora_fin": "11:00",
  165. "estado": 3,
  166. "comentario": ""
  167. },
  168. {
  169. "id": 18,
  170. "salon": "A-19",
  171. "materia": "Sistemas",
  172. "hora_inicio": "9:00",
  173. "hora_fin": "11:00",
  174. "estado": 1,
  175. "comentario": ""
  176. }
  177. ]
  178. },
  179. {
  180. "id": 1,
  181. "ruta": "Edificio 1 / Piso 1",
  182. "horarios": [
  183. {
  184. "id": 0,
  185. "salon": "A-1",
  186. "materia": "Base de datos",
  187. "hora_inicio": "11:00",
  188. "hora_fin": "8:00",
  189. "estado": 2,
  190. "comentario": ""
  191. },
  192. {
  193. "id": 1,
  194. "salon": "A-2",
  195. "materia": "Base de datos",
  196. "hora_inicio": "9:00",
  197. "hora_fin": "11:00",
  198. "estado": 3,
  199. "comentario": ""
  200. },
  201. {
  202. "id": 2,
  203. "salon": "A-3",
  204. "materia": "Matemáticas",
  205. "hora_inicio": "9:00",
  206. "hora_fin": "11:00",
  207. "estado": 3,
  208. "comentario": ""
  209. },
  210. {
  211. "id": 3,
  212. "salon": "A-4",
  213. "materia": "Matemáticas",
  214. "hora_inicio": "9:00",
  215. "hora_fin": "11:00",
  216. "estado": 4,
  217. "comentario": ""
  218. },
  219. {
  220. "id": 4,
  221. "salon": "A-5",
  222. "materia": "Sistemas",
  223. "hora_inicio": "11:00",
  224. "hora_fin": "9:00",
  225. "estado": 1,
  226. "comentario": ""
  227. },
  228. {
  229. "id": 5,
  230. "salon": "A-6",
  231. "materia": "Sistemas",
  232. "hora_inicio": "9:00",
  233. "hora_fin": "11:00",
  234. "estado": 0,
  235. "comentario": ""
  236. },
  237. {
  238. "id": 6,
  239. "salon": "A-7",
  240. "materia": "Base de datos",
  241. "hora_inicio": "8:00",
  242. "hora_fin": "10:00",
  243. "estado": 3,
  244. "comentario": ""
  245. },
  246. {
  247. "id": 7,
  248. "salon": "A-8",
  249. "materia": "Sistemas",
  250. "hora_inicio": "10:00",
  251. "hora_fin": "10:00",
  252. "estado": 4,
  253. "comentario": ""
  254. },
  255. {
  256. "id": 8,
  257. "salon": "A-9",
  258. "materia": "Matemáticas",
  259. "hora_inicio": "8:00",
  260. "hora_fin": "9:00",
  261. "estado": 4,
  262. "comentario": ""
  263. },
  264. {
  265. "id": 9,
  266. "salon": "A-10",
  267. "materia": "Sistemas",
  268. "hora_inicio": "10:00",
  269. "hora_fin": "9:00",
  270. "estado": 3,
  271. "comentario": ""
  272. }
  273. ]
  274. },
  275. {
  276. "id": 2,
  277. "ruta": "Edificio 1 / Piso 2",
  278. "horarios": [
  279. {
  280. "id": 0,
  281. "salon": "A-1",
  282. "materia": "Sistemas",
  283. "hora_inicio": "11:00",
  284. "hora_fin": "9:00",
  285. "estado": 0,
  286. "comentario": ""
  287. },
  288. {
  289. "id": 1,
  290. "salon": "A-2",
  291. "materia": "Sistemas",
  292. "hora_inicio": "8:00",
  293. "hora_fin": "8:00",
  294. "estado": 3,
  295. "comentario": ""
  296. },
  297. {
  298. "id": 2,
  299. "salon": "A-3",
  300. "materia": "Matemáticas",
  301. "hora_inicio": "9:00",
  302. "hora_fin": "9:00",
  303. "estado": 3,
  304. "comentario": ""
  305. },
  306. {
  307. "id": 3,
  308. "salon": "A-4",
  309. "materia": "Matemáticas",
  310. "hora_inicio": "9:00",
  311. "hora_fin": "11:00",
  312. "estado": 3,
  313. "comentario": ""
  314. },
  315. {
  316. "id": 4,
  317. "salon": "A-5",
  318. "materia": "Sistemas",
  319. "hora_inicio": "8:00",
  320. "hora_fin": "10:00",
  321. "estado": 0,
  322. "comentario": ""
  323. },
  324. {
  325. "id": 5,
  326. "salon": "A-6",
  327. "materia": "Matemáticas",
  328. "hora_inicio": "11:00",
  329. "hora_fin": "9:00",
  330. "estado": 4,
  331. "comentario": ""
  332. },
  333. {
  334. "id": 6,
  335. "salon": "A-7",
  336. "materia": "Matemáticas",
  337. "hora_inicio": "8:00",
  338. "hora_fin": "8:00",
  339. "estado": 1,
  340. "comentario": ""
  341. },
  342. {
  343. "id": 7,
  344. "salon": "A-8",
  345. "materia": "Base de datos",
  346. "hora_inicio": "11:00",
  347. "hora_fin": "11:00",
  348. "estado": 0,
  349. "comentario": ""
  350. },
  351. {
  352. "id": 8,
  353. "salon": "A-9",
  354. "materia": "Matemáticas",
  355. "hora_inicio": "11:00",
  356. "hora_fin": "8:00",
  357. "estado": 1,
  358. "comentario": ""
  359. },
  360. {
  361. "id": 9,
  362. "salon": "A-10",
  363. "materia": "Matemáticas",
  364. "hora_inicio": "9:00",
  365. "hora_fin": "10:00",
  366. "estado": 2,
  367. "comentario": ""
  368. }
  369. ]
  370. },
  371. {
  372. "id": 3,
  373. "ruta": "Edificio 1 / Piso 3",
  374. "horarios": [
  375. {
  376. "id": 0,
  377. "salon": "A-1",
  378. "materia": "Base de datos",
  379. "hora_inicio": "8:00",
  380. "hora_fin": "9:00",
  381. "estado": 3,
  382. "comentario": ""
  383. },
  384. {
  385. "id": 1,
  386. "salon": "A-2",
  387. "materia": "Sistemas",
  388. "hora_inicio": "11:00",
  389. "hora_fin": "10:00",
  390. "estado": 1,
  391. "comentario": ""
  392. },
  393. {
  394. "id": 2,
  395. "salon": "A-3",
  396. "materia": "Matemáticas",
  397. "hora_inicio": "9:00",
  398. "hora_fin": "9:00",
  399. "estado": 0,
  400. "comentario": ""
  401. },
  402. {
  403. "id": 3,
  404. "salon": "A-4",
  405. "materia": "Sistemas",
  406. "hora_inicio": "8:00",
  407. "hora_fin": "8:00",
  408. "estado": 2,
  409. "comentario": ""
  410. },
  411. {
  412. "id": 4,
  413. "salon": "A-5",
  414. "materia": "Matemáticas",
  415. "hora_inicio": "11:00",
  416. "hora_fin": "8:00",
  417. "estado": 2,
  418. "comentario": ""
  419. },
  420. {
  421. "id": 5,
  422. "salon": "A-6",
  423. "materia": "Base de datos",
  424. "hora_inicio": "11:00",
  425. "hora_fin": "9:00",
  426. "estado": 2,
  427. "comentario": ""
  428. },
  429. {
  430. "id": 6,
  431. "salon": "A-7",
  432. "materia": "Sistemas",
  433. "hora_inicio": "8:00",
  434. "hora_fin": "8:00",
  435. "estado": 3,
  436. "comentario": ""
  437. },
  438. {
  439. "id": 7,
  440. "salon": "A-8",
  441. "materia": "Sistemas",
  442. "hora_inicio": "9:00",
  443. "hora_fin": "8:00",
  444. "estado": 1,
  445. "comentario": ""
  446. },
  447. {
  448. "id": 8,
  449. "salon": "A-9",
  450. "materia": "Matemáticas",
  451. "hora_inicio": "11:00",
  452. "hora_fin": "9:00",
  453. "estado": 2,
  454. "comentario": ""
  455. },
  456. {
  457. "id": 9,
  458. "salon": "A-10",
  459. "materia": "Base de datos",
  460. "hora_inicio": "8:00",
  461. "hora_fin": "10:00",
  462. "estado": 1,
  463. "comentario": ""
  464. },
  465. {
  466. "id": 10,
  467. "salon": "A-11",
  468. "materia": "Sistemas",
  469. "hora_inicio": "11:00",
  470. "hora_fin": "10:00",
  471. "estado": 3,
  472. "comentario": ""
  473. },
  474. {
  475. "id": 11,
  476. "salon": "A-12",
  477. "materia": "Matemáticas",
  478. "hora_inicio": "8:00",
  479. "hora_fin": "8:00",
  480. "estado": 1,
  481. "comentario": ""
  482. },
  483. {
  484. "id": 12,
  485. "salon": "A-13",
  486. "materia": "Matemáticas",
  487. "hora_inicio": "11:00",
  488. "hora_fin": "10:00",
  489. "estado": 0,
  490. "comentario": ""
  491. }
  492. ]
  493. },
  494. {
  495. "id": 4,
  496. "ruta": "Edificio 1 / Piso 4",
  497. "horarios": [
  498. {
  499. "id": 0,
  500. "salon": "A-1",
  501. "materia": "Base de datos",
  502. "hora_inicio": "9:00",
  503. "hora_fin": "11:00",
  504. "estado": 1,
  505. "comentario": ""
  506. },
  507. {
  508. "id": 1,
  509. "salon": "A-2",
  510. "materia": "Sistemas",
  511. "hora_inicio": "10:00",
  512. "hora_fin": "9:00",
  513. "estado": 0,
  514. "comentario": ""
  515. },
  516. {
  517. "id": 2,
  518. "salon": "A-3",
  519. "materia": "Sistemas",
  520. "hora_inicio": "10:00",
  521. "hora_fin": "8:00",
  522. "estado": 1,
  523. "comentario": ""
  524. },
  525. {
  526. "id": 3,
  527. "salon": "A-4",
  528. "materia": "Matemáticas",
  529. "hora_inicio": "11:00",
  530. "hora_fin": "8:00",
  531. "estado": 4,
  532. "comentario": ""
  533. },
  534. {
  535. "id": 4,
  536. "salon": "A-5",
  537. "materia": "Base de datos",
  538. "hora_inicio": "9:00",
  539. "hora_fin": "10:00",
  540. "estado": 1,
  541. "comentario": ""
  542. },
  543. {
  544. "id": 5,
  545. "salon": "A-6",
  546. "materia": "Matemáticas",
  547. "hora_inicio": "11:00",
  548. "hora_fin": "10:00",
  549. "estado": 3,
  550. "comentario": ""
  551. },
  552. {
  553. "id": 6,
  554. "salon": "A-7",
  555. "materia": "Base de datos",
  556. "hora_inicio": "11:00",
  557. "hora_fin": "10:00",
  558. "estado": 0,
  559. "comentario": ""
  560. },
  561. {
  562. "id": 7,
  563. "salon": "A-8",
  564. "materia": "Base de datos",
  565. "hora_inicio": "10:00",
  566. "hora_fin": "10:00",
  567. "estado": 3,
  568. "comentario": ""
  569. },
  570. {
  571. "id": 8,
  572. "salon": "A-9",
  573. "materia": "Matemáticas",
  574. "hora_inicio": "9:00",
  575. "hora_fin": "8:00",
  576. "estado": 0,
  577. "comentario": ""
  578. },
  579. {
  580. "id": 9,
  581. "salon": "A-10",
  582. "materia": "Base de datos",
  583. "hora_inicio": "9:00",
  584. "hora_fin": "9:00",
  585. "estado": 2,
  586. "comentario": ""
  587. },
  588. {
  589. "id": 10,
  590. "salon": "A-11",
  591. "materia": "Base de datos",
  592. "hora_inicio": "9:00",
  593. "hora_fin": "8:00",
  594. "estado": 2,
  595. "comentario": ""
  596. },
  597. {
  598. "id": 11,
  599. "salon": "A-12",
  600. "materia": "Matemáticas",
  601. "hora_inicio": "9:00",
  602. "hora_fin": "8:00",
  603. "estado": 4,
  604. "comentario": ""
  605. },
  606. {
  607. "id": 12,
  608. "salon": "A-13",
  609. "materia": "Sistemas",
  610. "hora_inicio": "11:00",
  611. "hora_fin": "8:00",
  612. "estado": 1,
  613. "comentario": ""
  614. },
  615. {
  616. "id": 13,
  617. "salon": "A-14",
  618. "materia": "Base de datos",
  619. "hora_inicio": "11:00",
  620. "hora_fin": "8:00",
  621. "estado": 3,
  622. "comentario": ""
  623. },
  624. {
  625. "id": 14,
  626. "salon": "A-15",
  627. "materia": "Matemáticas",
  628. "hora_inicio": "10:00",
  629. "hora_fin": "11:00",
  630. "estado": 3,
  631. "comentario": ""
  632. },
  633. {
  634. "id": 15,
  635. "salon": "A-16",
  636. "materia": "Matemáticas",
  637. "hora_inicio": "10:00",
  638. "hora_fin": "9:00",
  639. "estado": 1,
  640. "comentario": ""
  641. },
  642. {
  643. "id": 16,
  644. "salon": "A-17",
  645. "materia": "Base de datos",
  646. "hora_inicio": "11:00",
  647. "hora_fin": "11:00",
  648. "estado": 0,
  649. "comentario": ""
  650. },
  651. {
  652. "id": 17,
  653. "salon": "A-18",
  654. "materia": "Base de datos",
  655. "hora_inicio": "11:00",
  656. "hora_fin": "9:00",
  657. "estado": 3,
  658. "comentario": ""
  659. }
  660. ]
  661. },
  662. {
  663. "id": 5,
  664. "ruta": "Edificio 1 / Piso 5",
  665. "horarios": [
  666. {
  667. "id": 0,
  668. "salon": "A-1",
  669. "materia": "Base de datos",
  670. "hora_inicio": "9:00",
  671. "hora_fin": "8:00",
  672. "estado": 1,
  673. "comentario": ""
  674. },
  675. {
  676. "id": 1,
  677. "salon": "A-2",
  678. "materia": "Base de datos",
  679. "hora_inicio": "10:00",
  680. "hora_fin": "10:00",
  681. "estado": 2,
  682. "comentario": ""
  683. },
  684. {
  685. "id": 2,
  686. "salon": "A-3",
  687. "materia": "Matemáticas",
  688. "hora_inicio": "9:00",
  689. "hora_fin": "11:00",
  690. "estado": 0,
  691. "comentario": ""
  692. },
  693. {
  694. "id": 3,
  695. "salon": "A-4",
  696. "materia": "Matemáticas",
  697. "hora_inicio": "11:00",
  698. "hora_fin": "10:00",
  699. "estado": 0,
  700. "comentario": ""
  701. },
  702. {
  703. "id": 4,
  704. "salon": "A-5",
  705. "materia": "Base de datos",
  706. "hora_inicio": "9:00",
  707. "hora_fin": "9:00",
  708. "estado": 0,
  709. "comentario": ""
  710. },
  711. {
  712. "id": 5,
  713. "salon": "A-6",
  714. "materia": "Sistemas",
  715. "hora_inicio": "10:00",
  716. "hora_fin": "9:00",
  717. "estado": 2,
  718. "comentario": ""
  719. },
  720. {
  721. "id": 6,
  722. "salon": "A-7",
  723. "materia": "Base de datos",
  724. "hora_inicio": "9:00",
  725. "hora_fin": "10:00",
  726. "estado": 3,
  727. "comentario": ""
  728. },
  729. {
  730. "id": 7,
  731. "salon": "A-8",
  732. "materia": "Matemáticas",
  733. "hora_inicio": "8:00",
  734. "hora_fin": "11:00",
  735. "estado": 1,
  736. "comentario": ""
  737. },
  738. {
  739. "id": 8,
  740. "salon": "A-9",
  741. "materia": "Base de datos",
  742. "hora_inicio": "10:00",
  743. "hora_fin": "8:00",
  744. "estado": 3,
  745. "comentario": ""
  746. },
  747. {
  748. "id": 9,
  749. "salon": "A-10",
  750. "materia": "Matemáticas",
  751. "hora_inicio": "10:00",
  752. "hora_fin": "10:00",
  753. "estado": 0,
  754. "comentario": ""
  755. },
  756. {
  757. "id": 10,
  758. "salon": "A-11",
  759. "materia": "Sistemas",
  760. "hora_inicio": "9:00",
  761. "hora_fin": "10:00",
  762. "estado": 3,
  763. "comentario": ""
  764. },
  765. {
  766. "id": 11,
  767. "salon": "A-12",
  768. "materia": "Matemáticas",
  769. "hora_inicio": "11:00",
  770. "hora_fin": "8:00",
  771. "estado": 1,
  772. "comentario": ""
  773. },
  774. {
  775. "id": 12,
  776. "salon": "A-13",
  777. "materia": "Base de datos",
  778. "hora_inicio": "8:00",
  779. "hora_fin": "10:00",
  780. "estado": 4,
  781. "comentario": ""
  782. },
  783. {
  784. "id": 13,
  785. "salon": "A-14",
  786. "materia": "Base de datos",
  787. "hora_inicio": "8:00",
  788. "hora_fin": "8:00",
  789. "estado": 0,
  790. "comentario": ""
  791. },
  792. {
  793. "id": 14,
  794. "salon": "A-15",
  795. "materia": "Matemáticas",
  796. "hora_inicio": "11:00",
  797. "hora_fin": "9:00",
  798. "estado": 0,
  799. "comentario": ""
  800. }
  801. ]
  802. }
  803. ]