/** * ProjectsModule.js * Feature module for managing DSS projects, metadata, and selection. */ class ProjectsModule extends HTMLElement { constructor() { super(); } connectedCallback() { this.render(); } render() { this.innerHTML = `
This module will allow you to create new projects, edit project metadata, and manage access controls. Currently, use the selector in the top bar to switch contexts.