to install the app on your android device just download the apk Politi-Cal v1.1 APK
built with FireBase and JetPack Compose
- Features
- ScreenShots
- Development Proccess
- Code Structure
- How to Use
- Links and information
- Figma design
Table of contents generated with markdown-toc
Stay up to date on the latest celebrity news and politics with politi-cal! This app allows you to choose your preferences and see celebrities that match those categories in a Tinder-style swipe screen. You can also search for specific celebrities and see their profiles, complete with vote results. Plus, the app includes analytics for detailed tracking of user and celebrity data. Stay informed and have fun with politi-cal!
- User registration and preference selection
- Swipe screen with celebrities from selected categories
- Search function for specific celebrities
- Celebrity profiles with vote results
- Admin analytics for user and celebrity data
Login Screen | Register Screen | Preferences |
---|---|---|
User Profile Screen With Delete | Search Screen | Celeb Profile Screen |
---|---|---|
Voting Screen | Splash screen | Distribution |
---|---|---|
Admin Screen | Parties Distribution | Age Distribution |
---|---|---|
Search User | User Profile As Admin |
---|---|
Firestore screenshots | Description |
---|---|
Users Collection | |
Celebs Collection | |
Authentication | |
FireStore Rulse |
We have engaged in a thorough planning process in order to successfully develop our product. We initially considered multiple ideas before ultimately deciding on the concept of POLITI-CAL. We also established the goal of the app, which is to collect political opinion data from the general public about celebrities. The app is intended for any individual who is interested in or wants to express an opinion on politics.
We have outlined the permissions for the app, with users being able to select their preferred categories of celebrities, vote for celebrities, and view vote data for a given celebrity. The administrator, or admin, of the app will have the ability to add celebrities, view statistics for the site, and access data about users and app usage.
We have described the significant processes that will be included in the app, such as a login screen, registration screen, preferences selection screen, voting screen, main menu, celebrity profiles, and screens for analytics and adding celebrities. We have also identified potential problems that may arise during the development process and have proposed solutions, including the use of a KANBAN board and the separation of concerns in the code.
In terms of technology, we have chosen to use JETPACK COMPOSE for the development of the app due to its ease of use and fewer reported bugs. We plan to build the app from the front end to the back end.
Overall, we, had a well thought-out plan in place for the development of our app and have taken steps to ensure the success of the project.
In a computer system, every directory is designed to store and organize files related to the topic or concern indicated by its name. This approach, known as separation of concerns (SOC), helps to organize and manage the various components of a system in a logical and coherent manner.
Presentation Layer | Business Logic Layer | Data Access Layer |
---|---|---|
Android | NodeJs | FireBase |
repo NodeJs Server
the server is hosted on render.com
it contain routes for every get post put delete request and also contain the logic of the app and the email sending mechanism.
we used ionos smtp mail server
in order to run the server locally you will need the to include a file called .env with the secrets.
ADMIN_EMAIL = $$$$
ADMIN_PASSWORD = $$$$
To utilize the app POLITI-CAL, follow the steps below:
- Download the apk file from the release notes.
- Install the apk file on your Android device.
Once the installation process is complete, you will be able to launch and use the app on your device.
Insert gif or link to demo
To test our distribution calculation methods we use Junit Tests. In order to run them properly, follow the next video instruction: https://www.youtube.com/watch?v=IhPPDzNzJBQ
We created a list of celebrities that we will use to test the distribution calculation methods.
We tested the 4 main distribution functions in our project:
- Clone the project using the following link: into get VCS button
https://github.com/dolev146/Politi-Cal.git
- Open the cloned project in the Android Studio editor.
- Press the "play" button in the editor to launch the project.
This process will allow you to access and modify the code for the POLITI-CAL project within the Android Studio environment.
incase of a problem finding a dependecy go to gradle.setting page and press sync.
- View Vision document in google docs
- View Vision document in github pdf
- Requirements document in google docs
- Requirements document in github pdf
- https://www.youtube.com/watch?v=4gUeyNkGE3g&t=920s&ab_channel=PhilippLackner
- https://developer.android.com/jetpack/compose
- https://www.youtube.com/watch?v=F3VOyTbbE7U&ab_channel=HanotzTv
- https://www.youtube.com/watch?v=rOLVE_LWDYk&t=20s&ab_channel=HanotzTv
- https://www.youtube.com/watch?v=6_b-tbL7diM&ab_channel=HanotzTv