Commit graph

23 commits

Author SHA1 Message Date
Á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
803b98d7ac prettyPrint done 2026-03-04 19:09:48 +01:00
Álvaro González
db83c6ecc2 saved formulas 2026-02-28 19:35:47 +01:00
alvaro@a33
42d775ff5b Better error handling of strings 2026-02-27 11:29:15 +01:00
Álvaro González
77bea838f7 More formulas, added formula editor 2026-02-25 09:08:06 +01:00
Álvaro González
1bcf829525 more formulas 2026-02-24 10:21:07 +01:00
Álvaro González
69a08e2872 Signal on formula evaluation 2026-02-18 09:46:02 +01:00
Your Name
db7ac04c1c share button marked done 2026-02-15 20:29:49 +01:00
Your Name
05fd37dd9a Add share functionality and improve string escaping in FormulaElement.toStringLiteral
- Add share button to formula list with export functionality
- Implement proper escaping of special characters (\n, \t, \", etc.) in FormulaElement.toStringLiteral methods
- Create escapeD4rtString helper function for consistent escaping
- Update Formula, UnitSpec, and VariableSpec toStringLiteral methods to use escaping
- Add share_plus package dependency for sharing functionality

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-15 12:10:48 +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
9441b7b01b typo y todo 2026-02-15 11:30:14 +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
c63a215212 Add platform-specific database directory logic and update Makefile targets
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-11 09:39:40 +01:00
Your Name
692ad41502 Use implements instead of extends 2026-02-11 09:19:18 +01:00
Your Name
6133e58226 FormulaElement as abstract class 2026-02-11 09:07:13 +01:00
Your Name
f70d744ef7 One more todo 2026-02-11 08:59:20 +01:00
Your Name
6753fd99ea formula element toStringLiteral 2026-02-11 08:56:43 +01:00
Your Name
2493c5b4be Only one table for formula elements 2026-02-09 19:11:00 +01:00
Your Name
8df50f5e79 Better formula elements loading 2026-02-09 17:34:20 +01:00
Your Name
091dd9d4ec Collapsable description 2026-02-09 17:10:47 +01:00
Your Name
0d63043251 Created todo.md file for agentic ai 2026-02-09 16:28:30 +01:00