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

Closed
5 tasks done
entrotech opened this issue May 15, 2024 · 0 comments · Fixed by #1924
Closed
5 tasks done

Implement Share Snapshot Modal Feature #1700

entrotech opened this issue May 15, 2024 · 0 comments · Fixed by #1924
Assignees
Labels
enhancement Release Note: Shows as visual or user experience Enhancement level: medium p-feature: My Projects Page /projects p-feature: snapshot 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

entrotech commented May 15, 2024

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 moved this to Prioritized Backlog in P: TDM: project board Jun 11, 2024
@ExperimentsInHonesty ExperimentsInHonesty added the pbv: dev All engineering issues label Jun 11, 2024
@bilalbg bilalbg self-assigned this Sep 30, 2024
entrotech added a commit that referenced this issue Nov 6, 2024
* Add ProjectShare table and share modal #1700

* Removed superfluous db migration

---------

Co-authored-by: John Darragh <[email protected]>
@github-project-automation github-project-automation bot moved this from In progress (actively working) to On Dev - not yet pushed to Prod in P: TDM: project board Nov 6, 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 p-feature: snapshot 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: Released
Development

Successfully merging a pull request may close this issue.

4 participants