Fix markdown lint errors
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<!-- markdownlint-disable MD033 -->
|
||||
<!-- markdownlint-disable-next-line MD041 -->
|
||||
<!-- markdownlint-disable-next-line first-line-h1 -->
|
||||
|
||||
##### Project
|
||||
|
||||
::[PROJECT-NAME](Home)
|
||||
@@ -26,22 +27,22 @@ of use cases by priority, functional area, actor, business object, or
|
||||
release can help identify parts of the system that need additional use
|
||||
cases.
|
||||
|
||||
*TODO: Before writing individual use cases, list the use cases that you
|
||||
_TODO: Before writing individual use cases, list the use cases that you
|
||||
think you will need. Organize them in a way that will purposely leave
|
||||
visible blanks on this page if you are missing use cases. E.g., see
|
||||
"Scalability and availability". Choose one or more of the organizations
|
||||
show below.*
|
||||
show below._
|
||||
|
||||
*TIP: Refer back to the user stories in your [user needs](User-Needs)
|
||||
_TIP: Refer back to the user stories in your [user needs](User-Needs)
|
||||
document. Use them for ideas and make sure that you cover all of them.
|
||||
Remember that use cases are more precise than user stories, and there
|
||||
may be several use cases for a given user story.*
|
||||
may be several use cases for a given user story._
|
||||
|
||||
*TIP: The use case suite can be organized into nested lists according to
|
||||
_TIP: The use case suite can be organized into nested lists according to
|
||||
other coverage criteria, e.g., by actor. Or, it can be organized into
|
||||
tables that consider two aspects at a time, e.g., business objects vs.
|
||||
actor. If a certain section of the tree or table does not need use
|
||||
cases, explicitly mark it "N/A". Otherwise, mark it "TODO".*
|
||||
cases, explicitly mark it "N/A". Otherwise, mark it "TODO"._
|
||||
|
||||
### Use Cases by Functional Area
|
||||
|
||||
@@ -140,8 +141,8 @@ more noticeable.
|
||||
|
||||
<!-- Hint: turn off text wrap for this large table -->
|
||||
|
||||
| BO \ Actor | All | ::Student | ::Instructor | ::Admin |
|
||||
|--------------------------------|-----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------|-----------------------------------------------------------------------------------------------|
|
||||
| ::Student record | ::N/A | <ul><li>::[Register as new user](Use-Cases#uc-01)</li><li>::[Request new password](Use-Cases#uc-02)</li><li>::[Edit user profile](Use-Cases#uc-03)</li></ul> | ::[View user profile](Use-Cases#uc-04) | ::N/A |
|
||||
| ::Course | ::[View catalog description](Use-Cases#uc-11) | <ul><li>::[Enroll in course](Use-Cases#uc-20)</li><li>::[Drop course](Use-Cases#uc-21)</li></ul> | ::TODO | <ul><li>::[Create course](Use-Cases#uc-10)</li><li>::[Assign room](Use-Cases#uc-31)</li></ul> |
|
||||
| ::Room | ::[View room description](Use-Cases#uc-30) | ::N/A | ::N/A | ::[Assign room](Use-Cases#uc-31) |
|
||||
| BO \ Actor | All | ::Student | ::Instructor | ::Admin |
|
||||
| ---------------- | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------- | --------------------------------------------------------------------------------------------- |
|
||||
| ::Student record | ::N/A | <ul><li>::[Register as new user](Use-Cases#uc-01)</li><li>::[Request new password](Use-Cases#uc-02)</li><li>::[Edit user profile](Use-Cases#uc-03)</li></ul> | ::[View user profile](Use-Cases#uc-04) | ::N/A |
|
||||
| ::Course | ::[View catalog description](Use-Cases#uc-11) | <ul><li>::[Enroll in course](Use-Cases#uc-20)</li><li>::[Drop course](Use-Cases#uc-21)</li></ul> | ::TODO | <ul><li>::[Create course](Use-Cases#uc-10)</li><li>::[Assign room](Use-Cases#uc-31)</li></ul> |
|
||||
| ::Room | ::[View room description](Use-Cases#uc-30) | ::N/A | ::N/A | ::[Assign room](Use-Cases#uc-31) |
|
||||
|
Reference in New Issue
Block a user