Skip to content

Commit da47f72

Browse files
ivanderksoyrochus
andauthored
Added "Why Wayat" and license info to the Readme (with corresponding presentation.pdf) (#824)
Co-authored-by: Iwan van der Kleijn <[email protected]>
1 parent 4f7fee4 commit da47f72

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

Presentation.pdf

2.93 MB
Binary file not shown.

README.md

+22-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<img src=title.png height=90> <img src=wayat_icon.png height=90>
44

55

6-
7-
86
[![Generic badge](https://img.shields.io/badge/WAYAT-v.0.7.0-GREEN.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/os-android-GREEN.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/os-ios-GREEN.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/website-up-GREEN.svg)](https://shields.io/)
97

108
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Flutter](https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white) ![Google Cloud](https://img.shields.io/badge/GoogleCloud-%234285F4.svg?style=for-the-badge&logo=google-cloud&logoColor=white)
@@ -15,6 +13,7 @@
1513
- [What is WAYAT for?](#what-is-wayat-for)
1614
- [Features](#features)
1715
- [For developers](#for-developers)
16+
- [Why WAYAT](#why-wayat)
1817

1918
# What is WAYAT?
2019

@@ -64,7 +63,27 @@ Check our releases if you want to start now! You just need a Google Account and
6463
![Main Screens](main_screens.png)
6564

6665
# For developers
67-
There is some extra information to those who wants to check how to deploy the flutter application or check how the backend is working. Just check the next links:
66+
There is some extra information to those who wants to check how to deploy the flutter application or check how the back-end is working. Just check the next links:
6867

6968
- [Frontend Documentation](https://github.com/devonfw-forge/wayat-flutter-python-mvp/tree/main/wayat/frontend#readme)
7069
- [Backend Documentation](https://github.com/devonfw-forge/wayat-flutter-python-mvp/tree/main/wayat/backend#readme)
70+
71+
# Why WAYAT
72+
73+
Wayat is part of a larger initiative sponsored by Capgemini. It' s a bundling of separate initiatives which were merged in order to be more efficient have more impact. Part of the objectives were to:
74+
75+
- create a real, useful reference app showing the power of Flutter (wayat)
76+
- create the back-end of way-at with [devon4py](https://github.com/devonfw-forge/devon4py/), the new Python template within devonfw. Although it' s called an "incubator" due to devonfw's release policy, the stack if mature and production ready.
77+
- show the possibilities of Cloud Native development
78+
- show the capabilities of Google Cloud
79+
- demonstrate that it is possible to go from Ideation to MVP in 3-4 Sprints using the combination of Google' s technologies and Capgemini' s experience with Agile/Devops methodologies.
80+
81+
For more information, see [the pdf explaining the larger project](Presentation.pdf)
82+
83+
# License(s)
84+
85+
Copyright 2020 Capgemini
86+
87+
The source code on this site is licensed under the Apache Public License 2.0. See [LICENSE.txt](LICENSE.txt) for details.
88+
89+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />The documentation (not the source code) available on this site is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

0 commit comments

Comments
 (0)