Skip to content
Open
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
19 changes: 19 additions & 0 deletions meetings/2026-04-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Team Meeting - 15 April 2026

### Public link to recording: https://zoom.us/rec/share/1pVQnx709HhoLn5h-6AaXeHO2EdIQXGRmXKks0AUeAwantmxFCAIp4J-G_PqgLV9.wwIhU_YPM7RC7PwO

## Attendees:

- Elizabeth K. Joseph
- Murali V

## Agenda

- Lyz provided a project update:
- React front-end has been merged!
- Documentation updated for just Ubuntu and to use React
- Updates have been made to the Linux distribution sources we're generating, thanks to Murali V!
- Welcome to the team, Murali V!
- Now that the repository is active, dependabot scans are running and finding outdated modules and proposing updates. Murali is reviewing these, and other deprecation and security warnings in the React app.
- Murali provided a quick tour of his proposal to replace the Flask backend with a simpler back-end in Node.js that primarily provides an interface to the MySQL database. He’s moving forward on implementation and documentation.
- Rationale: Now that React is manging the front-end, Flask is doing very little, so we reduce our security and maintenance burden by rearchitecting.