diff --git a/dokumentit/00-Tilannekatsaus/projektin-tilannekatsaus.md b/dokumentit/00-Tilannekatsaus/projektin-tilannekatsaus.md index 73c79b7454e4587c16dd285883c7a3a98b8d0908..0286673ec07320bd28cda9764819bf24fd6cd001 100644 --- a/dokumentit/00-Tilannekatsaus/projektin-tilannekatsaus.md +++ b/dokumentit/00-Tilannekatsaus/projektin-tilannekatsaus.md @@ -15,24 +15,26 @@ ## Mitä saatu aikaan -Suspendisse interdum tellus a nulla maximus ullamcorper. Donec eu magna sit amet eros finibus rhoncus. Proin in efficitur justo, nec sagittis mauris. +* Tärkeimmät saavutukset? ## Kohdatut ongelmat -* Lista "issueista" ? - -Vestibulum ac varius neque. Donec vel sapien libero. Cras fringilla augue quis quam pretium, nec volutpat enim vulputate. +* Onko jotain hankaluuksia ## Mitä seuraavaksi * Linkki etappiin / sprinttiin ? -Pellentesque congue odio ut tellus elementum vulputate et dapibus ante. Nunc tincidunt, nibh sit amet lobortis congue, lectus erat rutrum lacus, nec rhoncus urna erat quis felis. Vestibulum laoreet est diam, in euismod tellus ornare at. Donec in egestas enim. Cras ipsum elit, pulvinar consequat viverra id, dictum condimentum justo. +## Projektin kokonaiskulut x.y.202z + + + +* Tässä voi olla linkki mahdollisiin tuntikirjauksiin?]() +* Tai voitte upottaa "EXCEL"-tiedoston etc. +* Taulukko on helpoin vaihtoehto ? -### Projektin kokonaiskulut 5.1.201x -* [Linkki tuntikirjauksiin?]() | Kuluerä | määrä | hinta a | Yhteensä | |:---|:---|:---|:---| diff --git a/dokumentit/10-Projektinhallinta/projektiryhman-esittely.md b/dokumentit/10-Projektinhallinta/projektiryhman-esittely.md index bc1aa0e81d354e9b150478b12ed795b3992c4a10..1c86458e0b649e07c7c73509368443688ab69641 100644 --- a/dokumentit/10-Projektinhallinta/projektiryhman-esittely.md +++ b/dokumentit/10-Projektinhallinta/projektiryhman-esittely.md @@ -1,5 +1,9 @@ # Projektiryhmän esittely + +Kerätään kaikki ryhmä jäsenet tähän dokumenttiin tai ohjataan "site"-sivustolle, josta tekijät löytyvät. + +  # Nimi @@ -31,4 +35,4 @@  -* Vastuut \ No newline at end of file +* Vastuut diff --git a/dokumentit/10-Projektinhallinta/projektisuunnitelma.md b/dokumentit/10-Projektinhallinta/projektisuunnitelma.md index e42a6c1c2f8fdfc5a76712209ba8a74ebb5290e6..7fc7ab52b8421605c56f3d44a98bbe05fba688a4 100644 --- a/dokumentit/10-Projektinhallinta/projektisuunnitelma.md +++ b/dokumentit/10-Projektinhallinta/projektisuunnitelma.md @@ -1,9 +1,5 @@ -[](http://www.youtube.com/watch?v=x3MH8_7oOcE "") - # Projektisuunnitelma pohja / sisältö - - 1. Toimeksianto tausta ja lähtökohdat, tavoitteet ja tehtävät, rajaus ja liittymät, tulos diff --git a/dokumentit/30-Arkkitehtuuri-ja-suunnittelu/application-architecture.md b/dokumentit/30-Arkkitehtuuri-ja-suunnittelu/application-architecture.md deleted file mode 100644 index 4653eb6dd055c22ed939f5d0aeb451980d128d39..0000000000000000000000000000000000000000 --- a/dokumentit/30-Arkkitehtuuri-ja-suunnittelu/application-architecture.md +++ /dev/null @@ -1,99 +0,0 @@ -# Application Architecture - -# Architecture and technical solutions - -This document is a "living" document that is constantly updated. In its current form, it is only a rough framework that "can" be used as a basis for technical documentation of projects. The structure can and must be modified! The goal is to create a document that seamlessly integrates the design documentation with the rest of the project documentation. The author assumes no responsibility for the content of this document. - -TV: NarsuMan - -## Title - -Version number - -Classification (Secret / Public etc ..) - -Responsible person - - - - - -## Introduction - -* Introduction to the document .. - - - - -## Overview - -* Briefly introduce the product or item -* The task of this document is to give the next developer, for example, an understanding of how the product has been implemented (Source code alone is not enough) -* What kind of tools and environments are needed if you plan to develop the product further - - -## Technologies used - - * JAVA / Java Script? - * HABA language - * Reasons why! - - -## Descriptions of product development environments - -Describe at least the following: - -* Development environment -* Test environment -* Execution environment -* Demo environment - -In other words, how have those different environments been implemented in the project - -## Tools used and their version numbers - -* Translator for xyz v1.0.1 -* debugger zky v2.05 -* Firefox 123 -* Reasons why! - - - -## The most important technical solutions on which the product relies - - - * Used libraries / frameworks (JQuery v 23456, JAVA EE 8 + Spring ZZZ, React IO) - * Other jips and gimmicks - * Reasons why! - - -## General software architecture - - * - * Services - - -## Interfaces - - * [Example of living life] (https://virkailija.opintopolku.fi/koodisto-service/swagger/index.html) - -## Description of the execution environment (production) - - * How the product is run in production - * Deployment diagram - - -## Database descriptions - - -ER-Scheme - - -## - - - - - - -TBD diff --git a/dokumentit/30-Arkkitehtuuri-ja-suunnittelu/software-architecture.md b/dokumentit/30-Arkkitehtuuri-ja-suunnittelu/software-architecture.md deleted file mode 100644 index c88d2a374cdd884486db4ac7cfa671bbdc22306c..0000000000000000000000000000000000000000 --- a/dokumentit/30-Arkkitehtuuri-ja-suunnittelu/software-architecture.md +++ /dev/null @@ -1,16 +0,0 @@ -# Software architecture - -## Software architecture thought like Zachman - -* Framework and 4+1 View Model -* Reference Model for Open Distributed Processing (RM-ODP) - - -1. Enterprise viewpoint --> Business Case -2. Information viewpoint -- > -3. Computational viewpoint -4. Engineering viewpoint -5. Technology viewpoint - - -* Link Jari Suni here :) \ No newline at end of file diff --git a/dokumentit/30-Arkkitehtuuri-ja-suunnittelu/solution-architecture.md b/dokumentit/30-Arkkitehtuuri-ja-suunnittelu/solution-architecture.md deleted file mode 100644 index 14f0df63eef55e7bc2b472d2d09dbd6f1dfe8fb6..0000000000000000000000000000000000000000 --- a/dokumentit/30-Arkkitehtuuri-ja-suunnittelu/solution-architecture.md +++ /dev/null @@ -1,4 +0,0 @@ -# Solution Acrhitecture - -Describe how you solve a customers problem with our solution! -