# AiiDAlab Meeting Notes 2023-11-23
###### tags: `Meeting`
:::info
- **Location:** https://psich.zoom.us/j/69116696576 *(Please request password on slack)*
- **Date:** Nov 23, 2023 14h (CET)
- **Agenda**
- [5 min] Prepare session: update the status in the [current sprint panel](https://github.com/orgs/aiidalab/projects/7/views/9) [1] and go to [hackmd notes](https://hackmd.io/team/aiidalab?nav=overview)[2] if you have general issues to discuss.
- Host remember to check and update the participants list below.
- [~30 min] Hackmd session: The catch up round for everyone and bring general topics about AiiDAlab. Buffer for discussion: Continue of hackmd session if not finished and focus on one or two general discussion.
- main purpose is to make sure all participants speak and give update.
If needed:
- [25 min] Go through
- [priority panel of Roadmap](https://github.com/orgs/aiidalab/projects/7/views/2)
- [Sprints of Roadmap](https://github.com/orgs/aiidalab/projects/7/views/9)
- **Participants:**
Before the meeting, the host should check and update the list below.
- Xing [PSI] (xw)
- Giovanni [PSI] (gp)
- Marnik [PSI] (mb)
- Carlo [Empa] (cp)
- Andres [Empa] (ao)
- Miki [PSI] (mib)
- **Host:** xw
- **Reference:**
- [Last week meeting minute]
- [1] https://github.com/orgs/aiidalab/projects/7/views/9
- [2] https://hackmd.io/l_xM_ZmqR12HVAmU9Nfzxg
- [3] https://github.com/orgs/aiidalab/projects/7/views/2
:::
[TOC]
### Catch-up round
*Max. 3 minutes each*
Jason (on holiday):
* QeApp `v23.10.0rc0` released.
* Deploy https://aiidalab.psi.ch with a pure microk8s solution with template inject override and multiple images startup page. Now can seamlessly running calculation with QeApp on merlin.
* Same for CSCS code setup, the MFA app is automatically installed and open with `open-app` feature of home app, used to set up computer and key, no terminal operation needed.
* (Todo) Need to rerun Quantum Mobile qeapp image build with lastest version.
* (Todo) Need to finalize the documentation with replace of new docker/quantummobile images.
Xing
* **Issues**:
* [Can not register different viewers for different WorkChain.](https://github.com/aiidalab/aiidalab-widgets-base/issues/540): Sugest to use the `process_type` as key for the process node.
* **PRs**:
* [AiiDA Monitor inside QeApp](https://github.com/aiidalab/aiidalab-qe/pull/567): This is an attempt to use AiiDA Monitor inside AiiDAlab, so the user can monitor the real-time job status (energy, trajectory).
* [New ComputationalResourceWiget](https://github.com/aiidalab/aiidalab-qe/pull/566): creates a new ComputationalResourcesWidget from one of the aiidalab-widigets-base. The new widget supports setting the resource for the selected code.
* [Improve setup code performance](https://github.com/aiidalab/aiidalab-qe/pull/565): The total time to set up all 14 codes now reduced from ~20 secs to 2-3 secs.
* [Store node viewer and load it when needed](https://github.com/aiidalab/aiidalab-qe/pull/560): In the result step, it creates a new viewer every time we select a new AiiDA node in the process node tree, result in 1) bad performance 2) waste resources 3) can not control. This PR stores the already added viewer and reuses it later.