Skip to content

Commit

Permalink
Init push
Browse files Browse the repository at this point in the history
  • Loading branch information
siifux committed Jan 5, 2024
1 parent fd9fd87 commit b7b08fb
Show file tree
Hide file tree
Showing 23 changed files with 160 additions and 31 deletions.
20 changes: 20 additions & 0 deletions _sassCustom/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@import "sass/setup";

.nav-list .nav-list-item .nav-list-link {
color: $white;
}

.site-title:hover,
.nav-list .nav-list-item .nav-list-link.active,
.nav-list .nav-list-item .nav-list-link:hover,
.nav-list .nav-list-item .nav-list-expander:hover {
background-image: linear-gradient(-90deg, $sharecontrol-3 0%, $sharecontrol-1 80%, rgba(235, 237, 245, 0) 100%)
}

.nav-list .nav-list-item .nav-list-expander {
color: $white;
}

.site-footer {
color: $white;
}
10 changes: 10 additions & 0 deletions _sassCustom/setup.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// _sass/custom/setup.scss

$puzzlepart-1: #C286FF;
$puzzlepart-2: #3A0960;
$puzzlepart-3: #EFF86C;
$puzzlepart-4: #133748;

$link-color: $puzzlepart-2;
$sidebar-color: $puzzlepart-4;
$nav-child-link-color: $white;
18 changes: 18 additions & 0 deletions brukerintroduksjon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Introduksjon
layout: home
nav_order: 21
has_children : false
parent: Brukermanual
---
## Introduksjon
Prosjektoversiktappen viser prosjekter brukeren er medlem av og gjør det mulig å få en overordnet oversikt over hvert prosjekt uten å måtte navigere seg fram og tilbake.

### 1.1 Funksjoner i applikasjonen
Prosjektene kan vises i en listevisning eller kortvisning avhengig av hva man foretrekker best. Det er mulig å søke etter prosjekter eller personer i feltet på toppen samt legge til filtreringer. Applikasjonen inneholder tre ulike filtreringer:

* **Mine Prosjekter** - Dette er standardvisningen, hvor du kun ser prosjekter du er medlem av.
* **Områder** - Når man trykker på «Områder», så vil en nedtrekks-liste bli synlig med områdene som er tilgjengelig (eller noe) hvor brukeren kan velge området de ønsker å filtrere på.
* **Program** - Denne filtreringen viser kun prosjekter som inneholder program.

Prosjektoversikten kan også sorteres på datoen prosjektene ble opprettet.
34 changes: 34 additions & 0 deletions brukertabellvisninger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Tabellvisninger
layout: home
nav_order: 22
has_children : false
parent: Brukermanual
---
## 2. Tabellvisninger
Listevisningen er standard i appen, men det finnes to figurer oppe i høyre hjørne hvor man kan bytte mellom liste- og kortvsining.

### 2.1 Listevisning
Listevisningen viser følgende informasjon om hvert prosjekt:
* Prosjektnavn
* Prosjektleder
* Prosjekteier
* Hvilken fase prosjektet er i
* Dato for opprettelse

![](images/bruker11.png)

##### 2.1.1 Prosjektdetaljer
Ved å trykke på de tre prikkene på høyere side av hvert prosjekt, vil brukeren kunne se litt mer informasjon om prosjektet uten å måtte navigere bort fra forsiden.

![](images/bruker22.png)

### 2.2 Kortvisning
Kortvisningen inneholder følgende data om hvert prosjekt:

* Prosjektnavn
* Hvilken fase
* Prosjektleder
* Prosjekteier

![](images/bruker33.png)
13 changes: 13 additions & 0 deletions content/Installasjonsguide/installasjonsguide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Installasjonsguide
layout: home
nav_order: 1
has_children : true
---
{% include_relative sass/setup.scss %}
# Hvordan installere Prosjektoversikt løsningen i Power Platform

Nedenfor finner du innholdet i installasjonsguiden.
Lykke til!

This is some text with a <span style="color: $puzzlepart-1;">custom color</span>.
14 changes: 14 additions & 0 deletions content/Installasjonsguide/introduksjon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Introduksjon
layout: home
nav_order: 11
has_children : false
parent: Installasjonsguide
---

## Introduksjon
Denne guiden forkarer hele installasjonsprosessen fra start til slutt. Det kan være lurt å ha noe informasjon på plass før du starter:

* Pass på at brukeren, servicekontoen eller lignende har tilgang til området og prosjektlisten i SharePoint
* URL til prosjektportalen
* RGB koden til hovedfargen dere ønsker skal bli brukt i applikasjonen
46 changes: 46 additions & 0 deletions content/importLøsning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Import av løsningen
layout: home
nav_order: 12
has_children : false
parent: Installasjonsguide
---
## 2. Importer løsningen
Åpne nettleseren din og gå til *[make.powerapps.com](https://make.powerapps.com)*, og velg det miljøet du ønsker å installere løsningen oppe i høyre hjørne:

![](../images/inst11.png)

Når riktig miljø er valgt, så trykker du på **Løsninger** på venstre side:

![](../images/inst22.png)

Trykk på **Importer løsning** i kommandobaren på toppen:

![](../images/inst33.png)

Deretter vises en pop-up vindu på høyre side. Her lastes opp zip-filen som du hentet fra App Source.


### 2.1 Miljøvariabler
For at applikasjonen skal bli satt opp riktig finnes det ulike miljøvariabler som må fylles ut:
* SharePoint Projects Site
* SharePoint Projects List
* Projects Site URL
* Theme (JSON)

##### 2.1.1 SharePoint Projects Site og List
Velg området i SharePoint applikasjonen skal knyttes opp, deretter velger du listen kalt «Prosjekter».

##### 2.1.2 Projects Site URL
Lim inn URL til området til Prosjektportalen.

##### 2.1.3 Theme (JSON)
Denne miljøvariabelen avgjør fargetemaet for appen. *[Trykk her](https://fluentuipr.z22.web.core.windows.net/heads/master/theming-designer/index.html)* og legg til ønskelige farger på venstre side av nettsiden. Vi anbefaler at tekst og bakgrunnsfargen forblir svart og hvit, og kun velge en primærfarge.

![](../images/inst44.png)

Deretter trykker du på den blå knappen som heter «Export theme». Da vil dette vinduet vises på høyre side av skjermen:

![](../images/inst55.png)

Trykk på den midterste faenen «JSON», kopier koden i vinduet og lim den inn i miljøvariabelen.
Binary file added images/bruker1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bruker11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bruker2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bruker22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bruker3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bruker33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inst1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inst11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inst2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inst22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inst3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inst33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inst4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inst44.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inst55.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 5 additions & 31 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,9 @@
---
title: Home
title: Brukermanual
layout: home
nav_order: 2
has_children : true
---
# Brukermanual for applikasjonen

This is a *bare-minimum* template to create a Jekyll site that uses the [Just the Docs] theme. You can easily set the created site to be published on [GitHub Pages] – the [README] file explains how to do that, along with other details.

If [Jekyll] is installed on your computer, you can also build and preview the created site *locally*. This lets you test changes before committing them, and avoids waiting for GitHub Pages.[^1] And you will be able to deploy your local build to a different platform than GitHub Pages.

More specifically, the created site:

- uses a gem-based approach, i.e. uses a `Gemfile` and loads the `just-the-docs` gem
- uses the [GitHub Pages / Actions workflow] to build and publish the site on GitHub Pages

Other than that, you're free to customize sites that you create with this template, however you like. You can easily change the versions of `just-the-docs` and Jekyll it uses, as well as adding further plugins.

[Browse our documentation][Just the Docs] to learn more about how to use this theme.

To get started with creating a site, simply:

1. click "[use this template]" to create a GitHub repository
2. go to Settings > Pages > Build and deployment > Source, and select GitHub Actions

If you want to maintain your docs in the `docs` directory of an existing project repo, see [Hosting your docs from an existing project repo](https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md#hosting-your-docs-from-an-existing-project-repo) in the template README.

----

[^1]: [It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll#creating-your-site).

[Just the Docs]: https://just-the-docs.github.io/just-the-docs/
[GitHub Pages]: https://docs.github.com/en/pages
[README]: https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md
[Jekyll]: https://jekyllrb.com
[GitHub Pages / Actions workflow]: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/
[use this template]: https://github.com/just-the-docs/just-the-docs-template/generate
Nedenfor finner du innholdsfortegnelsen for brukermanualen.

0 comments on commit b7b08fb

Please sign in to comment.