Fix link to std terms glossary

This commit is contained in:
William Sandner 2023-03-24 18:01:43 +01:00
parent c504fc26da
commit cda2dd8a2a
2 changed files with 24 additions and 25 deletions

View File

@ -1,18 +1,19 @@
<!-- markdownlint-disable-next-line first-line-h1 -->
**Process impact:** This file as a dictionary of terms defined as they
are used during the project. Writing out the definitions of terms and
acronyms here helps keep other documents more concise and precise. A
shared glossary helps prevent misunderstandings and makes it easier for
new team members to be productive.
<!-- markdownlint-disable link-fragments -->
Jump to: [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) |
[G](#g) | [H](#g) | [I](#i) | [J](#j) | [K](#k) | [L](#l) | [M](#m) |
[N](#n) | [O](#o) | [P](#p) | [Q](#q) | [R](#r) | [S](#s) | [T](#t) |
[U](#u) | [V](#v) | [W](#w) | [X](#x) | [Y](#y) | [Z](#z) |
[Standard terms](glossary-std.html#standard_terms)
<!-- markdownlint-enable link-fragments -->
[Standard terms](Glossary-Standard-Terms)
### Project-specific Terms
## Project-specific Terms
_TIPs:_
@ -34,13 +35,13 @@ _TIPs:_
and key attributes. For example, see [student](#student) and
[GPA](#gpa)._
#### A
### A
#### B
### B
#### C
### C
##### ::Class standing
#### ::Class standing
- ::Computed attribute of [student](#student) based on number of
academic units completed. Used to determine priority in
@ -54,16 +55,16 @@ _TIPs:_
| ::Junior | ::Between 180 and 270 units |
| ::Senior | ::More than 270 units completed |
#### D
### D
#### G
### G
##### ::GEF
#### ::GEF
::_n._ The [Graph Editing Framework](http://gef.tigris.org/). An open
source library for editing diagrams (boxes and arrows).
##### ::GPA
#### ::GPA
::_n._ Grade Point Average. GPA is a float between 0.00 and 4.00,
accurate to 2 decimal places. Computed from average of completed
@ -71,45 +72,45 @@ course grades in transcript weighted by course units. Used to
determine student ranking, and to trigger Dean's List and
academic probation.
#### I
### I
##### ::ICS
#### ::ICS
::_n._ Acronym for the [School of Information and Computer
Science](http://www.ics.uci.edu/) at [UC Irvine](http://www.uci.edu/).
#### S
### S
##### ::Student
#### ::Student
::_n._ A person who attends a school to earn a degree. Persistent
attributes include: student_id_number (primary key), GPA, major,
and years_at_school.
##### ::Senior
#### ::Senior
::_n._ A senior is special type of [undergraduate](#undergraduate) who
has a certain number of course credits on his or her transcript.
Years_at_school does not determine senior standing. TODO: how many
credits needed?
#### T
### T
##### ::Term1D-DIAGRAM
#### ::Term1D-DIAGRAM
::Definition1
##### ::Term2
#### ::Term2
- ::Definition2a
- ::Definition2b
##### ::Term3
#### ::Term3
::Definition3
#### U
### U
##### ::Undergraduate
#### ::Undergraduate
::A type of [student](#student). _TODO: add more detail._

View File

@ -1,11 +1,9 @@
<!-- markdownlint-disable-next-line first-line-h1 -->
## Project Overview
### Mission and Scope
<!-- markdownlint-disable-next-line no-emphasis-as-header -->
_TODO: Answer these questions in your own words by filling in each_
#### What problem does this project address?
@ -22,7 +20,7 @@ _TODO: Answer these questions in your own words by filling in each_
#### What development methodology is being used?
::See our [software development methodology](sdm) document.
::See our [software development methodology](SDM) document.
#### Where should a new team member start?