Skip to content

Commit

Permalink
[#786] Add accessibility statement in online resources, update docume…
Browse files Browse the repository at this point in the history
…ntation (#787)

* chore(#786): add ressources

Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>

* doc: update version to use of package in doc

Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>

* chore(#786): point to accessibility statement HTML page stored in online doc

Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>

---------

Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
  • Loading branch information
pylapp committed Mar 7, 2024
1 parent 72b70ba commit ec6fb1c
Show file tree
Hide file tree
Showing 11 changed files with 861 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/Orange-OpenSource/ods-ios/compare/1.0.0...qualif)

### Changed

- [DemoApp] Add accessibility statement in online resources and point to it from app ([#786](https://github.com/Orange-OpenSource/ods-ios/issues/786))

## [1.0.0](https://github.com/Orange-OpenSource/ods-ios/compare/0.17.0...1.0.0) - 2024-03-06

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct AboutScreen: View {
accessibilityStatement = ODSAboutAccessibilityStatement(
conformityStatus: "Accessibility: partially conform",
fileName: "AccessibilityStatement",
reportDetail: URL(string: "https://la-va11ydette.orange.com/")!)
reportDetail: URL(string: "https://orange-opensource.github.io/ods-ios/accessibilityStatement/orange-design-system.html")!)

customItems = [
AboutDesignGuidelinesItemConfig(priority: 202),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ struct AboutModuleDemo: View {
let acessibilityStatement = ODSAboutAccessibilityStatement(
conformityStatus: "Accessibility: partially conform",
fileName: "AccessibilityStatement",
reportDetail: URL(string: "https://la-va11ydette.orange.com/")!)
reportDetail: URL(string: "https://orange-opensource.github.io/ods-ios/accessibilityStatement/orange-design-system.html")!)

var privacyPolicy: ODSPrivacyPolicy {
model.privacyPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ final class ODSAboutListItemPriorityTests: XCTestCase {
// Given
let privacyPoliceItem = AboutPrivacyPolicyItem(policy: ODSPrivacyPolicy.webview(.url(Bundle.main.url(forResource: "PrivacyNotice", withExtension: "html")!)))
let termOfServiceItem = AboutTermOfServiceItem(termsOfService: fakeView)
let accessiblityStatementItem = AboutAccessibilityStatementItemConfig(statementConfig: ODSAboutAccessibilityStatement(conformityStatus: "Accessibility: partially conform", fileName: "AccessibilityStatement", reportDetail: URL(string: "https://la-va11ydette.orange.com/")!))
let accessiblityStatementItem = AboutAccessibilityStatementItemConfig(statementConfig: ODSAboutAccessibilityStatement(conformityStatus: "Accessibility: partially conform", fileName: "AccessibilityStatement", reportDetail: URL(string: "https://orange-opensource.github.io/ods-ios/accessibilityStatement/orange-design-system.html")!))
let appNewsItem = ODSAboutAppNewsItemConfig(path: "")
let legalInformationItem = ODSAboutLegalInformationItemConfig(legalInformation: fakeView)
let moreAppsItem = ODSRecirculationItemConfig(dataSource: .remote(url: URL(string: "https://opensource.orange.com/")!))
Expand Down
12 changes: 12 additions & 0 deletions docs/accessibilityStatement/boosted-grid.min.css

Large diffs are not rendered by default.

Binary file added docs/accessibilityStatement/favicon.ico
Binary file not shown.

0 comments on commit ec6fb1c

Please sign in to comment.