From ca69572801177966d6ed6e308c0252152f037d9d Mon Sep 17 00:00:00 2001 From: Javier Izquierdo Hernandez Date: Mon, 6 May 2024 15:48:56 +0200 Subject: [PATCH] Updating week --- docs/_posts/2024-04-29-Week_7.md | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/_posts/2024-04-29-Week_7.md diff --git a/docs/_posts/2024-04-29-Week_7.md b/docs/_posts/2024-04-29-Week_7.md new file mode 100644 index 0000000..8144925 --- /dev/null +++ b/docs/_posts/2024-04-29-Week_7.md @@ -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 +