From 434e21f437f63ba31252acc3b5bead45c5ba172f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 1 Sep 2019 08:42:32 -0500 Subject: req: ensure User as an actor is always capitalised --- devel/requirements/3_functional.xml | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'devel/requirements/3_functional.xml') diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index 19ef985..f2d6940 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -3,7 +3,7 @@ Functional System Requirements
Horizon UI - The Horizon UI is the wizard-style user interface component of Project Horizon. The system takes the input of the user and creates a HorizonScript. The resultant HorizonScript is either executed on the running system when started in an installation environment, or saved for later use when started in a runtime environment. + The Horizon UI is the wizard-style user interface component of Project Horizon. The system takes the input of the User and creates a HorizonScript. The resultant HorizonScript is either executed on the running system when started in an installation environment, or saved for later use when started in a runtime environment.
System Initialisation
@@ -14,7 +14,7 @@ Functional Requirements UI.Early.LoadFirmware - If the user has specified to load firmware in the installation environment, the system shall install the linux-firmware package to the installation environment before eudev is started. + If the User has specified to load firmware in the installation environment, the system shall install the linux-firmware package to the installation environment before eudev is started. UI.Early.DetectGfx @@ -22,11 +22,11 @@ UI.Early.NoGfx - If there are no usable graphics adaptors present, the system shall display a message that installation cannot continue, and allow the user to login to a virtual TTY or reboot the computer. + If there are no usable graphics adaptors present, the system shall display a message that installation cannot continue, and allow the User to login to a virtual TTY or reboot the computer. UI.Early.MultiGfx - If multiple graphics adaptors are present, the system shall attempt to determine which graphics adaptor has a monitor attached. If the determiniation is that multiple graphics adaptors have monitors attached, or it is indeterminiate which adaptor has a monitor attached, then the system shall prompt the user to choose which graphics adaptor to use for installation. + If multiple graphics adaptors are present, the system shall attempt to determine which graphics adaptor has a monitor attached. If the determiniation is that multiple graphics adaptors have monitors attached, or it is indeterminiate which adaptor has a monitor attached, then the system shall prompt the User to choose which graphics adaptor to use for installation.
@@ -76,7 +76,7 @@ Functional Requirements UI.Intro.Describe - The system shall present the User with a greeting message including a high-level overview of the installation process. The system shall reassure the user that the installation process will not modify any data until the final step. + The system shall present the User with a greeting message including a high-level overview of the installation process. The system shall reassure the User that the installation process will not modify any data until the final step. UI.Intro.Elements @@ -173,7 +173,7 @@ Networking Setup
Description / Priority - Most Users will want to configure a network connection on their computer. The system will allow the user to configure their wired or wireless network connection, including authentication information (wireless), IP v4 and v6 addressing, routing, and DNS. + Most Users will want to configure a network connection on their computer. The system will allow the User to configure their wired or wireless network connection, including authentication information (wireless), IP v4 and v6 addressing, routing, and DNS.
Prerequisites @@ -230,17 +230,17 @@ System Metadata Setup
Description / Priority - A User needs to specify the timezone the computer will be running in, and the computer's name. The computer's name is used even on non-networked computers, for shell prompts and login screens. The system will also allow the user to ensure the current date and time are accurate. + A User needs to specify the timezone the computer will be running in, and the computer's name. The computer's name is used even on non-networked computers, for shell prompts and login screens. The system will also allow the User to ensure the current date and time are accurate.
Functional Requirements UI.SysMeta.DateTime - The system shall display the date and time currently stored in the RTC (Real Time Clock), and allow the user to update the date and time stored in the RTC. + The system shall display the date and time currently stored in the RTC (Real Time Clock), and allow the User to update the date and time stored in the RTC. UI.SysMeta.Timezone - The system shall allow the user to choose the time zone to use for time display. + The system shall allow the User to choose the time zone to use for time display. UI.SysMeta.DefaultTimezone @@ -248,11 +248,11 @@ UI.SysMeta.Hostname - The system shall allow the user to input the host name of the computer. + The system shall allow the User to input the host name of the computer. UI.SysMeta.DefaultHostname - The system shall provide a default host name for the user, calculated using the following rules: + The system shall provide a default host name for the User, calculated using the following rules: If the system is running in a non-installation environment, use "Adelie" and end calculation. If the system has a manufacturer available via DMI or similar API, use that name truncated to 11 characters. Otherwise, use "Adelie". @@ -262,7 +262,7 @@ UI.SysMeta.VerifyHostname - The system shall ensure that the host name input by the user uses only valid characters for DNS names, and not accept characters that are invalid. + The system shall ensure that the host name input by the User uses only valid characters for DNS names, and not accept characters that are invalid. UI.SysMeta.Enable @@ -285,29 +285,29 @@ Package and Package Set Selection
Description / Priority - The system will let the user choose what packages and sets of packages to install on their computer. + The system will let the User choose what packages and sets of packages to install on their computer.
Functional Requirements UI.Packages.SimpleSel - The system shall allow the user to choose from one of three preset package sets, or to customise the packages installed. + The system shall allow the User to choose from one of three preset package sets, or to customise the packages installed. UI.Packages.SimpleSel.Standard - The system shall allow the user to choose the Standard preset, which uses adelie-base-posix as an anchor package, and includes the firefox-esr, libreoffice, thunderbird, and vlc packages, and the kde and x11 metapackages. + The system shall allow the User to choose the Standard preset, which uses adelie-base-posix as an anchor package, and includes the firefox-esr, libreoffice, thunderbird, and vlc packages, and the kde and x11 metapackages. UI.Packages.SimpleSel.Notebook - The system shall allow the user to choose the Notebook preset, which includes the Standard preset and additional power management tools (UPower, pm-utils). + The system shall allow the User to choose the Notebook preset, which includes the Standard preset and additional power management tools (UPower, pm-utils). UI.Packages.SimpleSel.Minimal - The system shall allow the user to choose the Minimal preset, which uses adelie-base as an anchor package, and includes lxqt-desktop, featherpad, netsurf, xorg-apps, xorg-drivers, and xorg-server packages. + The system shall allow the User to choose the Minimal preset, which uses adelie-base as an anchor package, and includes lxqt-desktop, featherpad, netsurf, xorg-apps, xorg-drivers, and xorg-server packages. UI.Packages.SimpleSel.Custom - The system shall allow the user to choose to customise the packages installed on their computer. + The system shall allow the User to choose to customise the packages installed on their computer. UI.Packages.SimpleSel.Enable @@ -315,7 +315,7 @@ UI.Packages.Custom - If the User chooses Custom from UI.Packages.SimpleSel, the system shall present the User with a list of packages and package sets and allow the user to choose any or all of the packages listed. The system shall display the disk space used by each selection, and the total required for installation. + If the User chooses Custom from UI.Packages.SimpleSel, the system shall present the User with a list of packages and package sets and allow the User to choose any or all of the packages listed. The system shall display the disk space used by each selection, and the total required for installation. UI.Packages.Custom.Packages @@ -398,7 +398,7 @@ UI.Packages.Size - If the User has selected a package set or packages that will use more disk space than the computer has, the system shall prompt the user to confirm the selection and warn that installation may not be successful. + If the User has selected a package set or packages that will use more disk space than the computer has, the system shall prompt the User to confirm the selection and warn that installation may not be successful.
-- cgit v1.2.3-70-g09d2