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

Implement Share Snapshot Modal Feature #1700

Open
5 tasks
entrotech opened this issue May 15, 2024 · 0 comments
Open
5 tasks

Implement Share Snapshot Modal Feature #1700

entrotech opened this issue May 15, 2024 · 0 comments
Labels
enhancement Release Note: Shows as visual or user experience Enhancement level: medium p-feature: My Projects Page /projects pbv: dev All engineering issues priority: MUST HAVE role: back-end Node/Express Development Task role: database Database Development Task role: front-end Front End Developer size: 2pt Can be done in 7-12 hours
Milestone

Comments

@entrotech
Copy link
Member

Overview

In order to share a snapshot, the user needs to be able to specify a list of email addresses for other users to which they wish to allow access to a read-only version of the snapshot.

Action Items

  • Create database object for storing a list of emails associated with each project - This could be a JSON column in the project table, or perhaps a separate ProjectShare table with a Foreign Key back to the Project table.
  • Add an item to the kebab menu for sharing a snapshot as shown in the Figma file.
  • Create the dialog to Share a snapshot that allows the project owner to add and delete email addresses from the share list for the project.
  • Add web api endpoints and sprocs to database to allow adding, deleting, editing the list of emails.
  • The URL link for the snapshot should be of the form /projects/, e.g. https://tdm-dev.azurewebsites.net/projects/47.

A separate issue addresses the changes to the Calculation Wizard to allow registered users who are on the access list for a project to actually open and view the project in read-only mode.

Resources/Instructions

Figma Section with wireframes:
(https://www.figma.com/design/nD9QK56Mzq7xNSaSUoeGx0/TDM-Calculator?node-id=10813-21290&t=oDVdkgcx3Q0jFmqk-4)

@entrotech entrotech added enhancement Release Note: Shows as visual or user experience Enhancement role: front-end Front End Developer role: back-end Node/Express Development Task role: database Database Development Task level: medium priority: MUST HAVE p-feature: My Projects Page /projects size: 2pt Can be done in 7-12 hours labels May 15, 2024
@Parisajf Parisajf added this to the 10 - Launch milestone May 16, 2024
@ExperimentsInHonesty ExperimentsInHonesty added the pbv: dev All engineering issues label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Release Note: Shows as visual or user experience Enhancement level: medium p-feature: My Projects Page /projects pbv: dev All engineering issues priority: MUST HAVE role: back-end Node/Express Development Task role: database Database Development Task role: front-end Front End Developer size: 2pt Can be done in 7-12 hours
Projects
Status: Prioritized Backlog
Development

No branches or pull requests

3 participants