Skip to content

Commit

Permalink
Merge pull request #257 from TechnionTDK/dev/raz
Browse files Browse the repository at this point in the history
add poster to README and add explanation about codeowners
  • Loading branch information
Tzahi-Levi authored Jun 18, 2022
2 parents d3e2e20 + 41369f9 commit dbd2923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
## Introduction:
* This project was done in the TDK - Technion Data & Knowledge Lab of the CS faculty By Tzahi Levi and Raz Levi under the supervision of Dr. Oren Mishali.
* This project's final product is an app for presenting information about places.
* [App Poster.](https://github.com/TechnionTDK/wiki-places-app/blob/docs/poster.pdf)


## Prerequisite:
Expand Down Expand Up @@ -76,6 +77,8 @@
### Comments:
* The theme of the app (light and dark mode) are controlled in the theme_controller in lib/controllers/theme_controller.dart file.
* The app supports localization, but currently this is not in used since the place's data is arrived in Hebrew from the server. If you want to use the English, uncomment the resourcesEn in lib/localization/resources/resources.dart file(marked as TODO). For adding new language, add a translation as new file in the resources directory and include it in the lib/localization/resources/resources.dart file. You can use the languages_drop_down widget for changing the language.
* The branches develop, master, and all the branches started in release/ are protected- it means that you can't push commits without a pull request. For modify the rules (protected branches name) you can visit the branches section under the Settings label (in GitHub website).
* Only the code owners can approve pull requests in this repository- you can't merge pull request without at least one approval. The code owners is declared in docs/CODEOWNERS file- you can edit this file for adding new code owners (add @gitNickname).


## Disclaimer
Expand Down
Binary file added docs/poster.pdf
Binary file not shown.

0 comments on commit dbd2923

Please sign in to comment.