The main goal of the project is the automation of various processes in the office and providing interesting statistics for employees.
The main technical task of the project is to create a multi-module application on Kotlin, trying to focus on the most modern and relevant solutions in this language. Throughout the project, we tried to use other languages and technologies as little as possible.
Pre-requisite: Notion. Note: due to the incompleteness of the database, placeholders may appear in applications
An application for booking meeting rooms on a tablet.
Mobile cross-platform application for interacting with the elevator in the office. Allows you to call the elevator remotely, after logging in through your google account
Mobile cross-platform application for interacting with the elevator in the office. Allows you to call the elevator remotely, after logging in through your google account
Backend application which will provide abilities to book workspaces and meeting rooms, edit workspaces information, authentication and more! It was important to us that the application synchronizes with Google Calendar
Our project is open-source, so we welcome quality contributions! To make your contribution to the project efficient and easy to check out, you can familiarize yourself with the project's git flow and commit rules. If you want to solve an existing issue in the project, you can read the list in the issues tab in the repository.
The best way to start helping with project development is to do a fork of our project, then make changes and make a pull-request to the to the appropriate branch to which your contribution relates.
- Use the body to explain what and why vs. how
- Please make an extra effort to explain why changes are needed for every non-trivial modification.
- If your pull request solves problem from the issues, please leave a link to it in the body of the pull request
- If possible, try to avoid commits like "Fixed after check " and replace them with meaningful ones.
- Keep the subject (the first line of the commit message) clean and readable. All additional information and directives for external tools should be moved to the body of the message.
- Before the subject line, add a symbol to show what your commit contains
- [+] - Addition
- [-] - Delete
- [~] - Fix, edit
- Separate subject from body with a blank line
- Do not capitalize the subject line
- Do not end the subject line with a period
- Use the imperative mood in the subject line
In order to build all parts of project, you will need JDK and Android Studio. We are using this versions:
Android Studio Flamingo 2022.2.1 Patch 2
JDK: Version 11.0.15
- You need Android Studio Flamingo 2022.2.1 Patch 2
- Read the backend documentation
- Add
apiKey=<YourKey>
inlocal.properties
file, for exampleapiKey="72288ebc5b893cc92a76c701c6b700b6"
- Run -> Run 'app'
-
Open the terminal and go to the root directory of the project.
-
Run the ./gradlew assembleDebug command to assemble the project in debug mode.
-
To run the application on an emulator or connected device, run the ./gradlew installDebug command.
-
If you want to run tests, run the command ./gradlew test.
-
If you want to assemble the APK file for the release version, run the command ./gradlew assembleRelease.
- Artem Gruzdev (Effective-TV,Effective-office)
- Egor Parkomenko (Effective-office)
- Stanislav Radchenko (Office-Elevator, Effective-TV, Effective-office)
- Maksim Mishenko (Effective-TV,Effective-office)
- Margarita Ginjolia(Effective-office)
- Victor Konyshev(Effective-office)
- Angelika Semenova(Effective-office)
- Olesia Shinkarenko(Effective-office)
- Danil Kiselev(Effective-office)
- Daniil Zavyalov(Effective-office)
- Roman Zyuzin(Effective-office)
- Arseniy Savin(Effective-office)
- Vyacheslav Deich(Effective-office)