This commit is contained in:
2021-09-24 11:57:42 +02:00
parent 93f05a5ee6
commit dbb80e98e3
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
The main project is located at in the [flashy](flashy) folder
The project reports are available in the sidebar of the [project page][project-page], but also in the folder [gr2141](gr2141), and in the release description of [releases][releases]
The project reports are available in the sidebar of the [project page][project-page], but also in the folder [gr2141/docs](gr2141/docs), and in the release description of [releases][releases]
Check other reports like code coverage, code quality and test reports from the [project page][project-page]
@@ -27,5 +27,5 @@ Check other reports like code coverage, code quality and test reports from the [
[project-page]: https://it1901.pages.stud.idi.ntnu.no/groups-2021/gr2141/gr2141/index.html
[gitpod]: https://gitpod.stud.ntnu.no/#https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141
[releases]:
[project-page]:
[releases]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/releases
[project-page]: https://it1901.pages.stud.idi.ntnu.no/groups-2021/gr2141/gr2141/index.html
+6 -6
View File
@@ -14,20 +14,20 @@
Flashy is an application which can help you make and memorize flashcards. It's meant to be used as a study tool, that keeps track of all your sets of flashcards.
A more in depth description of flashy's features can be found in the [user story](userstory.md)
A more in depth description of flashy's features can be found in the [user story](../userstory.md)
## Previews:
### Main page:
<div align="center">
<img src="graphics/main_page_draft.PNG" alt="Main page" />
<img src="../graphics/main_page_draft.PNG" alt="Main page" />
</div>
### Flashy in action:
<div align="center">
<img src="graphics/flashy_in_action.PNG" alt="Flashy in action" />
<img src="../graphics/flashy_in_action.PNG" alt="Flashy in action" />
</div>
<sup><sub>Note: these images are just a concepts, the application may look a little different at release.</sub></sup>
@@ -82,6 +82,6 @@ This application also has an API, which makes it easy to extend the application
[java-download]: https://www.java.com/en/download/
[latest-release]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/releases/latest
[module-core]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/tree/master/flashy/core
[module-fxui]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/tree/master/flashy/fxui
[module-report]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/tree/master/flashy/report
[module-core]: core
[module-fxui]: fxui
[module-report]: report