2024-01-27T02:55:21Z - 2024-07-27T02:55:21Z

Overview

26 Active Pull Requests
55 Active Issues
Excluding merges, 1 author has pushed 138 commits to main and 226 commits to all branches. On main, 163 files have changed and there have been 13989 additions and 13043 deletions.

5 Releases published by 1 user

Published fitnesstrax-0.6.0 2024-02-20 12:43:09 +00:00

Published fitnesstrax-0.5.0 2024-02-18 22:59:17 +00:00

Published fitnesstrax-0.4.1 2024-02-12 15:17:44 +00:00

Published fitnesstrax/0.4.1 2024-02-12 15:16:03 +00:00

Published fitnesstrax-0.4.0 2024-02-10 03:52:34 +00:00

26 Pull requests merged by 1 user

Merged #237 Implement game tree navigation 2024-05-23 13:04:25 +00:00

Merged #236 Switch to a standardized tree library in the game tree and depth tree 2024-05-01 02:26:47 +00:00

Merged #231 Optimize rendering by pre-loading resources 2024-04-09 13:56:03 +00:00

Merged #230 Set up image resources for the app 2024-04-05 13:34:57 +00:00

Merged #229 Set up the game review page along with 2024-03-31 23:37:51 +00:00

Merged #228 Rename Kifu to On The Grid 2024-03-22 12:21:12 +00:00

Merged #227 Render the Settings page and the Library via view models 2024-03-22 03:36:13 +00:00

Merged #226 Set up a second layer to the SGF parser 2024-03-22 03:14:04 +00:00

Merged #225 Set up the settings user interface 2024-03-21 21:11:03 +00:00

Merged #210 Update the build environment and some architectural elements of the Kifu app 2024-02-28 04:42:58 +00:00

Merged #201 Fitnesstrax 0.6.0 2024-02-20 12:42:33 +00:00

Merged #200 Touching up the application 2024-02-19 23:45:31 +00:00

Merged #198 Import legacy data. Show welcome screen when no database is configured. 2024-02-19 21:45:39 +00:00

Merged #197 Create several ways to quit the application 2024-02-19 17:06:06 +00:00

Merged #195 Update Fitnesstrax to v0.5.0 2024-02-18 23:15:23 +00:00

Merged #194 Filter the historical list according to a date picker 2024-02-18 22:19:40 +00:00

Merged #187 Build a flake extension to install fitnesstrax directly from git 2024-02-12 15:17:20 +00:00

Merged #185 Bump the fitnesstrax version to 0.4.0 2024-02-10 03:56:23 +00:00

Merged #184 Ensure there is a button for every workout type 2024-02-10 03:52:05 +00:00

Merged #183 Add the ability to edit the time of a workout and the associated activity. 2024-02-09 13:31:40 +00:00

Merged #169 Render and be able to edit bike rides (and sorta other time distance workouts) 2024-02-09 00:05:26 +00:00

Merged #182 Invert the TraxRecord 2024-02-08 23:58:37 +00:00

Merged #181 Resolve clippy warnings in fitnesstrax 2024-02-08 05:17:27 +00:00

Merged #179 Thoroughly fill out the day detail view model along with proper automated testing 2024-02-07 15:08:50 +00:00

Merged #178 Improve the TextEntry field 2024-01-31 14:04:08 +00:00

Merged #177 Set up formatters for Weight, Distance, Duration, and Time of Day 2024-01-31 13:39:34 +00:00

25 Issues closed from 1 user

Closed #216 Pressing the up and down buttons in a game review should advance the game backwards and forwards along the current variant line 2024-05-23 13:04:25 +00:00

Closed #211 Render the Games Database element in the Home View 2024-03-22 12:23:24 +00:00

Closed #224 Create the Kifu settings dialog 2024-03-22 12:21:43 +00:00

Closed #223 Create the Kifu main menu 2024-03-21 21:11:03 +00:00

Closed #222 Create the Kifu settings page 2024-03-14 12:37:18 +00:00

Closed #203 Create a Nix flake build and installer for the Kifu 2024-02-28 04:42:58 +00:00

Closed #204 Kifu should use gsettings schemas for configuration 2024-02-28 04:42:58 +00:00

Closed #205 Update Kifu to use async channels instead of gtk::glib::MainContext::channel 2024-02-28 04:42:58 +00:00

Closed #206 Remove the Typescript and Typeshare code 2024-02-28 04:42:58 +00:00

Closed #207 Create placeholders for view models 2024-02-28 04:42:58 +00:00

Closed #192 Improve the day summary layout 2024-02-19 23:45:31 +00:00

Closed #196 create the about page 2024-02-19 23:45:31 +00:00

Closed #86 Migrate legacy data to the new structure 2024-02-19 21:45:39 +00:00

Closed #186 Welcome screen should appear when no database has been configured 2024-02-19 21:45:39 +00:00

Closed #141 Pressing Tab should move from one field to the next 2024-02-19 21:15:14 +00:00

Closed #84 Import legacy data structures 2024-02-19 17:10:22 +00:00

Closed #140 Ctrl-Q should close the application 2024-02-19 17:06:06 +00:00

Closed #190 The historical view must be scrollable 2024-02-18 22:20:41 +00:00

Closed #95 Be able to select a range of dates to be displayed 2024-02-18 22:20:24 +00:00

Closed #180 SPIKE: Flip TraxRecord/Activity relationship 2024-02-09 13:29:41 +00:00

Closed #170 The Day Detail view model should refresh from the database after saving data 2024-02-09 13:27:38 +00:00

Closed #117 Be able to record a bike ride and a run 2024-02-09 00:05:26 +00:00

Closed #172 DayDetailViewModel should never be constructed without an App 2024-02-07 15:08:50 +00:00

Closed #171 Create functions that construct type-specific TextEntry fields 2024-01-31 14:04:08 +00:00

Closed #173 Create formatter and parser structures for common data types 2024-01-31 13:39:34 +00:00

30 Issues created by 1 user

Opened #174 It should not be possible to save a set of records when there is a parse error in a field 2024-01-30 14:43:07 +00:00

Opened #175 Add a widget to revert a single field 2024-01-30 14:43:32 +00:00

Opened #176 Visually indicate fields that have been changed from their original value 2024-01-30 14:43:51 +00:00

Opened #188 Calling set_value on a TextField in one of the DateField tests causes TextField tests block permanently 2024-02-16 13:56:51 +00:00

Opened #189 TextField should have a builder structure 2024-02-16 13:59:45 +00:00

Opened #191 Date entry fields are incredibly ugly and unweildy 2024-02-16 14:21:47 +00:00

Opened #193 improve the day detail layout 2024-02-16 15:39:11 +00:00

Opened #199 Preserve the historical view range when entering a day detail view 2024-02-19 23:12:33 +00:00

Opened #202 Improve the day edit layout 2024-02-20 15:57:24 +00:00

Opened #208 Create the localization system 2024-02-26 23:10:35 +00:00

Opened #212 The Games Database view model should accept new games when it is told that new games are available. 2024-02-28 17:42:48 +00:00

Opened #213 Kifu Core should regularly scan the database directory for new games 2024-02-28 17:45:40 +00:00

Opened #214 Core should keep an index of games 2024-02-28 17:49:30 +00:00

Opened #215 Clicking on a game in the games list should take the user into the game review view 2024-02-28 17:56:09 +00:00

Opened #217 Pressing the left and right buttons in the game review switches the user between variants. 2024-02-28 18:01:44 +00:00

Opened #218 Show a tree of the game currently under review, and a marker for where the current view represents in the tree 2024-02-28 18:03:41 +00:00

Opened #219 The user should be able to add comments to a node in a game 2024-02-28 18:11:32 +00:00

Opened #220 The user should be able to play additional moves in a game review 2024-02-28 18:13:21 +00:00

Opened #221 The user should be able to set up a game position in the game review 2024-02-28 18:14:46 +00:00

Opened #232 Add a window header bar 2024-04-24 12:12:05 +00:00

Opened #233 Create a .desktop file for the dashboard 2024-04-24 12:12:37 +00:00

Opened #234 Enable ctrl-q to quit Dashboard 2024-04-24 12:12:59 +00:00

Opened #235 Implement Debug, Clone, Serialize, and Deserialize for the GameRecord 2024-04-24 12:18:16 +00:00

Opened #238 Resolve overlap problems with the game tree grid 2024-05-23 13:07:49 +00:00

Opened #239 Clicking on a node should take the user to that point in the game tree 2024-05-23 13:08:09 +00:00

Opened #240 Create a basic framework for a React PWA 2024-05-23 13:16:13 +00:00

Opened #241 Compile the OTG core app into a WASM module 2024-05-23 13:18:52 +00:00

Opened #242 Render the database view in the web application 2024-05-23 13:21:08 +00:00

Opened #243 Support rendering and editing pushup and situp workouts 2024-06-11 04:31:42 +00:00

Opened #244 Support rendering and editing plank workouts 2024-06-11 04:32:52 +00:00