Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSC meeting notes. #1352

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions tsc/meetings/2024-03-27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# OpenCue TSC Meeting Notes 27 Mar 2024

Secretary: Brian Cipriano

Agenda/Notes:

* TSC handoff
* Brian has been TSC chair for 5-6 years. At this point his time is limited due to other work
priorities. TSC and ASWF participation has been suffering as a result.
* It's a good idea to rotate chairs regularly anyway for project health.
* Will work offline to discuss among TSC members and find a new chair.
* Brian will stay around to participate in the project, and will be heavily involved in the
handoff to make sure the new chair is comfortable with new duties.
* New web UI version
* Prototype coming in early may.
* Still planned as readonly.
* Authentication:
* okta within SPI
* By default it will need to use the database, need to create User as first-class object.
* Login with X (google / github / etc.) in the future?
* Brian: rolling our own auth system feels very old school. There must be a better way.
* New Nimby notifications on desktop
* Disabled by default, new constant to enable.
* Tkinter for showing notifications, so it's cross-platform.
* Java 21 upgrade
* Ongoing, most tests complete, PR still being prepared.
Loading