Skip to content

Set up storybook with a project alert draft

Emily Jensen requested to merge alert-draft into master

Features

  • List current alerts
  • Edit alerts / alert recipients
  • Add new alert
  • Delete alerts / alert recipients

Comments

  • Try this out on storybook, but not all of the functionality works, since this is more of a design than a feature thus far.
  • I though this might be faster than the learning curve with Figma. Plus, then we already have some draft code
  • I got test data by setting up alerts in django admin
  • It looks like there might be an issue with adding an email:
    {
       pk: 3,
       recipientType: "email",
       url: "http://email@email.email",
     },
    • Email is more of a yes email team members, or don't email team members

Latest

v4

Peek_2021-05-12_15-42

Dialog

add

v3

image

Note that not all functionality is "working", as this is a draft. I can add more examples of functionality, if that's helpful.

Peek_2021-05-10_17-14

v2

image

v1

image

Edited by Emily Jensen

Merge request reports