agregar tablas epics y user_stories con relacion + Rust commands + frontend bridge

This commit is contained in:
2026-05-27 17:32:19 -05:00
parent 4b52033e0a
commit b141be345a
3 changed files with 278 additions and 0 deletions
+6
View File
@@ -40,6 +40,12 @@ fn main() {
commands::save_daily_log,
commands::get_performance,
commands::save_performance,
commands::get_epics,
commands::save_epic,
commands::delete_epic,
commands::get_user_stories,
commands::save_user_story,
commands::delete_user_story,
])
.run(tauri::generate_context!())
.expect("error while running tauri application");