-
Notifications
You must be signed in to change notification settings - Fork 13
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
Create diagram as part of note #3934
base: main
Are you sure you want to change the base?
Conversation
3faac80
to
f4f1301
Compare
681069a
to
662110a
Compare
662110a
to
f920100
Compare
@@ -7,7 +8,6 @@ import AdminIndex from "pages/admin/Index" | |||
import MergeLocations from "pages/admin/MergeLocations" | |||
import MergePeople from "pages/admin/MergePeople" | |||
import MergePositions from "pages/admin/MergePositions" | |||
import BoardDashboard from "pages/dashboards/BoardDashboard" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still used as a page in this file, so it should stay under pages/
.
// Make sure we have a navigation menu | ||
useBoilerplate({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still used as a page in Routing.js
, so it should stay under pages/
, and also use the boilerplate.
import { Button, Modal } from "react-bootstrap" | ||
import utils from "utils" | ||
import * as yup from "yup" | ||
import "./Diagrams.css" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid clutter, generic diagramming components might be placed in a sub-directory src/components/diagrams/
.
Diagrams can be saved as a note of type
DIAGRAM
. These diagrams can be seen on the show pages of the related ANET entity.Closes AB#245
User changes
Super User changes
Admin changes
System admin changes
Checklist
repo#issue: Title
title format and these 7 rules