Meeting 21.10.2024

Attendees

  • Markus
  • Lukas
  • Stefanie
  • Filip
  • Johannes
  • Andrei

Came late:

  • Jannis

Cannot come (sick):

  • Christoph

Buddies

  • Stefanie & Christoph & Andrei
  • Jannis & Lukas
  • Filip & Johannes

Agenda

  • 09:00 start
  • protocol: Andrei
  • Welcome Johannes!
    • E2E
    • CI/Infrastructure
  • wissenschaftliche zitate (citations):
    • direct, ideas or intro citation vs. citation of core
    • literature review
    • related work vs. background work
  • several experiments for one research question
    • show that specific workloads scale well
    • then these workloads can be excluded from other experiment
    • such experiments are usually already done in advance, to exclude boring stuff
    • they only need to be present in your paper, if they are very relevant to the research question or realistic work load
  • issues
  • nextcloud:
    • permaplant: group (with a group folder PermaplanT soon) and circle
    • permaplantdev: group (with shared folder PermaplanTDev)
    • chat and calender
  • documentation:
    • doc/setups needed?
    • guidelines
    • architecture
    • tutorials
  • free/buddy writing (Schreibtreffen)
  • working with MRs:
    • simply restart pipelines if you think it might fix a problem
    • do reviews every iteration (new issue)
    • check if all threads are resolved
    • everything via MRs (no push to master/dev, only in yourname/ branches)
    • first ask for other reviewers, when you have two, ask me (Markus Raab) to review (and merge)
  • occupied space debugging (Lukas)
  • standard maps revisited (Filip)
  • improve images (Stef)
  • upcoming release (Filip and Johannes)
  • Filip and Johannes disconnect
  • use case updates
  • brushing layer architecture (enum?)
  • Task Board
  • 11:00 finish

Next Time

  • Jannis presentation of debugging
  • restructure of manual test cases
  • result of areas over areas (Jannis)
  • guidelines: units for forms

Tasks

To be done until Thursday 24.10.2024:

  • complete your issues or state in the issue any block
  • approve requested MRs, including meeting MR
  • create/update issues for yourself and assign to next iteration

Do as needed:

  • request reviews
  • submit a page of text in submissions
  • get MRs done

Meeting Notes

  • Welcome Johannes
  • Introduction round, what we are each work on
  • Citations:
    • '5 citations': Cite the main thing that other 5 papers (on a connected topic) are about. Best to do it in the related work: compare your thesis with their methodology and results.
    • 'Literature review' papers (different than 'research' papers), could be something you can cite in the introduction or in the background.
    • In some cases it makes sense to relate to other papers using a similar methodology (when your paper uses a complicated method).
    • In others, you can relate to other papers on the same domain as yours.
  • Experiments:
    • don't shy from trying small experiments, to get used of science
    • good in refining the methodology of your research, it could also exclude scenarios from the experiments that will be then relevant for your paper
  • Issue scope separation: if a task involves more changes in several scopes, make an issue per scope, as also different people might end up working on them (and you can link/relate the issues together in GitLab)
  • Nextcloud separation between PermaplanT / PermaplanTDev groups: everything should work again, please report if not
  • Documentation - if we notice things that are missing or wrong, please make issues about it
  • Branch protection - it might make sense if it happens again, good to have the option to push small things directly when need to fix broken branches
  • Default maps in MR - only Loase for now, more gets added later
  • Gallery images - files smaller and load is now faster
  • Release - only small things left: 'webp images' should be retargeted to master, 'share token' needs to be merged, 'zoom in' should be retargeted to master

Individual Tasks (now also fully in issues):

  • Stef - make MR in submission repo with the RQs
  • Jannis - to present next week how to use the SSE 'tool' to see all the messages that are sent from the BE
  • Andrei - Make MR pipelines pass
  • Lukas - Make manual tests for everything in the Heatmap, and write as note if and where Rust test cases already exist