-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Working on BT Studio | ||
date: 2024-04-29 14:00:00 +0100 | ||
tags: [weekly progress] # TAG names should always be lowercase | ||
author: javier | ||
img_path: /assets/img/ | ||
toc: true | ||
comments: true | ||
--- | ||
|
||
The goal of this week was to start working on the updated version of BT Studio that will be added into Unibotics. | ||
|
||
## List of changes to BT Studio | ||
|
||
This is a list of all of changes that will be done to BT Studio before the merge is done. | ||
|
||
- [ ] Buttons hover correctly | ||
- [X] Projects list (Done) | ||
- [ ] Redesign color choices and css (Maybe) | ||
- [ ] New dialog window for creating new files (In progress) | ||
- [ ] Quick ? for simple stuff related to how the bt editor works | ||
- [ ] Autosave file in change | ||
- [ ] When creating a file always en with .py (In progress) | ||
- [ ] Autosave project in change | ||
- [ ] If modified one action all copies of that action must be updated | ||
- [ ] Indicator that input or output is from blackboard | ||
- [ ] BT sort button | ||
- [ ] Show the link between 2 nodes connected incorrectly in other color OR link by clicking | ||
- [ ] Create file from templates (In progress) | ||
- [ ] Horizontal Bt (Maybe) | ||
- [ ] Add toggle between horizontal bt and vertical (Maybe) | ||
- [ ] Solving the Tab mistery from ACE | ||
- [ ] Better error popups | ||
|
||
## Adding creation from templates and new dialog modal | ||
|