
A way for climbers to track what routes they have done in the past and for setters to publish their routes.
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
Bouldering is a style of climbing done close to the ground without the use of ropes and harnesses, and with crash matting for protection. On a single wall there are routes with a variety of difficulties from which you can choose from. For this app we will use Font-Scale (French) and colours.
We will have these specified grades:
- (green zone beginners)> 4, 5, 5+
- (yellow zone intermediate) 6a, 6a+, 6b, 6b+, 6c, 6c+, 7a
- (red zone Advanced) 7a+, 7b, 7b+, 7c
- (purple zone Pro) 7c+, 8a, 8a+, 8b
- (Whitezone Elite) 8b+, 9a, 8c+
There are some features that I want to implement during this project:
- A secure way to sign-up and log-in on the platform
- A way for setters to add a route image into the database
- Specify on the image what is the route itself (click on a volume and create a pointer to that volume)
- A feature for climbers to add their Ascents to their profile
- A custom profile with stats that are dynamically changing after each ascent. (Like in GTA 5)
- A feature for setters to add the routes in the archives (for future use)
- Setters can grade their routes that gradually changes due to average grade ascents of climbers that complete the route.
- A main page with all routes that are active on the walls.
- A visualization for Climbers to see their Ascents sorted by difficulty
- Most popular routes currently on the walls.
- An admin tht can Delete Users, Delete Routes and Ascents
- A report with all the functions that are used in the app (for school project)
For more information about what contains each class and about how the functions work, please refer to the Documentation
For this app we will need to install OpenCV, and clone the project
- Follow this tutorial to Install OpenCV
- Install docker + mysql image, tutorial here (step 1 - 4)
- Clone the repo
git clone https://github.com/MihaiB-dev/Bouldering_app
-
If you are using Intellij, you can watch with tutorial
-
Setup the docker database for this project, I've made a tutorial here (step 5 and 6). Name the database Bouldering_app.
Firstly, run the Main.java. There are 3 pages : unregistered Page, setters main page and climbers main page. Unregistered page, first that you will see:
Setter main page:
Climber main page:
- Create an authentication process for users
- Create a method to add routes as image, and edit on image (computer vision)
- Create the user profile (printing)
- Add ascents as climbers (auto functions : update user stats, auto increment route attempts with attempts from the usera ascent, update average grade from the user, update the liveGrade of the route by getting the average of all users that added this route to their ascents)
- Archive routes as setters
- Connect to a database all the data stored
- Add exceptions (catch errors that may be)
- Log for setters when a new route is added
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
Bivol Mihai - [email protected]
Project Link: https://github.com/MihaiB-dev/Bouldering_app