Commit graph

33 commits

Author SHA1 Message Date
Álvaro González
2400554259 Moved buttons from list to formula. 2026-04-18 20:19:27 +02:00
Álvaro González
7b5194d04c kelvin was duplicated, introduced formatter 2026-04-13 17:02:08 +02:00
Álvaro González
7f49500db8 allow duplicates in database, and start of web server 2026-04-13 12:17:47 +02:00
Álvaro González
3a5caece03 changing layout sizes 2026-03-19 11:25:59 +01:00
Álvaro González
547a651106 Merge remote-tracking branch 'codeberg/master'
# Conflicts:
#	lib/ai/formula_screen.dart
#	lib/corpus.dart
2026-03-09 10:45:53 +01:00
Álvaro González
6016776d98 Error tile 2026-03-08 20:17:49 +01:00
Álvaro González
1522a4143b Solved saving on formula edit, but problem remain in initial formula list 2026-03-08 10:59:20 +01:00
Álvaro González
22e5590c88 Merge branch 'master' of ssh://codeberg.org/alvarogonzalezsotillo/d4rt_formulas 2026-03-06 08:52:47 +01:00
Álvaro González
0d20542825 Merge branch 'feature/save-edited-formulas' 2026-03-06 08:29:00 +01:00
Álvaro González
0b0fccd4a3 UUID for formulas 2026-03-04 19:52:31 +01:00
Álvaro González
9c8afe739d save formula, not tested 2026-02-26 21:49:32 +01:00
Álvaro González
7461a2addf fn() for use inside formulas.
Compiling in:
Flutter 3.38.9 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 67323de285 (4 weeks ago) • 2026-01-28 13:43:12 -0800
Engine • hash 5eb06b7ad5bb8cbc22c5230264c7a00ceac7674b (revision 587c18f873) (29 days ago) • 2026-01-27 23:23:03.000Z
Tools • Dart 3.10.8 • DevTools 2.51.1
2026-02-26 20:03:19 +01:00
Álvaro González
f7a678d7dd Need to remove duplicates, check images 2026-02-23 20:02:13 +01:00
Your Name
8b5529dddc Implement Corpus.withDependencies method with duplicate prevention
- Add withDependencies method that returns formula and all related units
- Include units with same base unit as formula inputs and outputs
- Use functional approach with List.map and List.addAll for cleaner code
- Prevent duplicates by using Set for internal storage
- Add comprehensive tests to verify functionality and duplicate prevention
- Mark task as [R] in TODO.md as required by workflow

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-15 11:45:24 +01:00
Your Name
74b226591e Try to read formulas from database, it is not working 2026-02-13 08:53:04 +01:00
Your Name
6133e58226 FormulaElement as abstract class 2026-02-11 09:07:13 +01:00
Your Name
8df50f5e79 Better formula elements loading 2026-02-09 17:34:20 +01:00
Your Name
77f62396e0 Error handling 2026-02-09 16:57:53 +01:00
Álvaro González
28671888e1 Docker basado en un sh en vez de en compose 2026-01-28 11:04:33 +01:00
Álvaro González
b2ffea801a formula works, mergin in main 2026-01-25 19:03:57 +01:00
Álvaro González
76769973f3 can't make valiation on each user interaction 2026-01-21 08:49:56 +01:00
Álvaro González
13612e7601 preparando apgar 2025-11-09 20:29:58 +01:00
Álvaro González
82d29022a6 elimino una reevaluación de los inputs 2025-10-16 19:28:17 +02:00
Álvaro González
d58a6cda8f conversión de unidades con expresiones y con sentencias 2025-10-15 10:10:29 +02:00
Álvaro González
a48182ffbf error en conversor de temperaturas 2025-10-14 19:21:35 +02:00
Álvaro González
daa8b31879 Raw strings in formulas, to avoid $$ 2025-10-05 16:53:46 +02:00
Álvaro González
d3dce8794c removing initial unit list, more units and formulas 2025-09-21 16:35:54 +02:00
Álvaro González
ba0476ed26 towards a full example of corpus 2025-09-20 16:46:21 +02:00
Álvaro González
1a7fd0c884 feat: add tags support to formulas 2025-09-16 18:22:29 +02:00
Álvaro González
5e2acf39c3 Changes not commited by aider 2025-09-14 16:40:27 +02:00
Álvaro González
eb8b32c762 first ai version of formula screen 2025-09-10 17:17:28 +02:00
Álvaro González
19fd9552c8 after dart --fix 2025-09-07 14:04:42 +02:00
Álvaro González
29208f8c40 units 2025-09-07 13:59:03 +02:00