Barbagus
  • Joined on 2022-12-08
Barbagus commented on issue Barbagus/TER#1 2023-11-08 13:13:04 +00:00
Implémenter un sélecteur de gare

Il faudra sans doute modifier le schema de la base pour indexer les stops par type (gare) et name... voir même implementer une recherche "approximative" avec l'extension [FTS5](https://www.s

Barbagus opened issue Barbagus/TER#2 2023-11-08 13:10:53 +00:00
Utiliser FastApi en mode async
Barbagus commented on issue Barbagus/TER#1 2023-11-08 12:58:25 +00:00
Implémenter un sélecteur de gare

Avant d'organiser le code en composants (ce qui demande sans doute une certaine maîtrise de Jinja2), pourquoi ne pas commencer par simplement faire une page "Gare" dans laquelle on pourrait…

Barbagus deleted branch component-station-selector from Barbagus/TER 2023-11-07 22:22:36 +00:00
Barbagus pushed to component-station-selector at Barbagus/TER 2023-11-07 22:12:53 +00:00
Barbagus created branch component-station-selector in Barbagus/TER 2023-11-07 22:12:53 +00:00
Barbagus opened issue Barbagus/TER#1 2023-11-07 22:02:06 +00:00
Implémenter un sélecteur de gare
Barbagus pushed to main at Barbagus/TER 2023-11-07 08:32:22 +00:00
caf83485c7 Fix import/typing in updates.py
Barbagus pushed to main at Barbagus/TER 2023-11-07 08:24:25 +00:00
77eb3d7444 Fixing paths for tailwindcss
766e974420 Adding auto generated css to .gitignore
b2c4362821 Removing auto generated css file from repo
Compare 3 commits »
Barbagus pushed to main at Barbagus/TER 2023-11-07 08:13:59 +00:00
3968666904 Typing and commenting update.py
Barbagus pushed to main at Barbagus/TER 2023-11-07 07:41:04 +00:00
410c5e44e8 Initial setup
Barbagus created repository Barbagus/TER 2023-11-05 21:04:24 +00:00
Barbagus pushed to main at Barbagus/mit_606_dp 2023-02-25 07:50:49 +00:00
50e5223f48 Implement black jack as bottom up
Barbagus pushed to main at Barbagus/mit_606_dp 2023-02-21 09:04:17 +00:00
c6ab274222 Implement "Full knowledge black jack" problem.
Barbagus pushed to main at Barbagus/mit_606_dp 2023-02-20 07:42:33 +00:00
e7121a5f77 Correct spelling
Barbagus pushed to main at Barbagus/mit_606_dp 2023-02-20 07:40:26 +00:00
6a8a19655a Implement Fibonacci
15eeaec1f3 Put project's description in README
Compare 2 commits »
Barbagus created repository Barbagus/mit_606_dp 2023-02-20 07:13:18 +00:00
Barbagus pushed to model at fcode/delarte 2023-02-20 06:19:58 +00:00
10fd8a9675 Organize imports and fix docstyle
Barbagus pushed to model at fcode/delarte 2023-02-20 06:15:17 +00:00
c8aab4c5a3 Refactor `hls` module and `Variant*` model
58b0ba30a3 Refactor `api` module and `Rendition*` model
4ffc32eb61 Fix invalid doc strings
bdc8b7b246 Refactor `www` module
Compare 4 commits »
Barbagus commented on pull request fcode/delarte#30 2023-02-16 06:37:21 +00:00
WIP: Refactor object model

Okay, the more I think about it, the more I think point 1 and 2 are secondary and may be addressed by a better splitting between our 3 "zones":

  • www, api and hls modules (their data) -…