Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Betslip - project review

mrki444

New Coder
Hello people. I would like to show my project to you and read your comments and advices.
Here is description. I will add parts into spoilers so it can be more readble.

Project description

The project is based on the principle of the sportbook. Players do not register and do not make a deposit, but bet on ready-made slips drawn up by the administrator. The players who hit the most pairs are ranked and rewarded.

Client side:
There are tickets on the home page. The tickets are determined by the dates from when to when they are active. The last day of activity should be when the last game starts. After the ticket expires, the ticket is no longer visible on the home page. Inside each ticket there are pairs with an offer, i.e. the outcomes of the match. The client cannot choose which match to bet on, but bet on the outcome of the matches chosen by the administrator. The client does not register, but chooses the results, enters the username, email and address of the faucetpay wallet. After sending the bet, it awaits the end of the match and the administrator who will mark the correct results.

(Currently added slips take a very long time for users to see without adding new ones)

You can check the results in the top menu by clicking on Result - Tickets or Result - Leaderboard.

In the first menu, you can check results per ticket. Player gets 10 points for each hit pair. The one who played first is on top. On the same page, there is also a list of players and their statistics - which matches were bet on, the player's forecast and exact outcome, the total number of forecasts, the number of hits, misses and actives. The number of bets per sport is shown graphically.

In second menu is Leaderboard. The leaderboard is determined by dates, initial and final. The leadeerboard contains all ticket results from the date range in which it was determined. Based on the results of tickers, the results of the players are claculated. The player with the most points is at the top.

Admin side
The administrator adds sports on the Sports page. On the Betname page, it adds bet names such as full match, corners, double mistakes. On the Betvalue page it adds bet values like 1, X, 2, Over 8, Under 8, 8. On the Game page it adds the names of the matches with the start date eg Arsenal – Manchester City. By clicking on Update, you can correct the name of the match and add the end time of the match. On the Insert game details page, you link the match with the sport, bet name and bet values. On the same page, by clicking on Update at the end of the match, you indicate the winning outcome. If you wrongly linked a match to a sport or bet, delete the match by clicking Delete and link it again.

On the Create ticket page, you create a ticket specifying the start and end date. The ticket appears in the list and by clicking on the details you add matches to the ticket. If you added the wrong match, delete the match and add it again. The slip is automatically displayed on the home page.

On the Leaderboard page, you create rankings by specifying a start and end date. The leaderboard collects the results of all matches from the given time range. Clicking on Details displays the current list of users sorted by points.
For the purpose of testing the site, feel free to add matches, results and users.

Link to the page:

http://7klada.epizy.com (subdomain and free hosting, later I will add another alternative link)

Login for admin: usermod:admin

For the purpose of testing the site, feel free to add matches, results and users.

Here is a link to Github where all the code is located, so I would also like to hear the developer's opinion about the code. I wrote most of the code myself, I downloaded the login and some other parts like graphs, the html theme was downloaded from HTML5UP (signature in the footer) and I just added the content.

GitHub - mvujic777/betslip: Small betting (sportbook) project

Questions:

Do you consider this project to be of sufficient quality to add to your CV?

If the project were to be further upgraded, would you invite the developer for a job interview for the position of junior developer? (Maybe a suggestion for another position?)

What options would you add for clients and admin?

Thanks to everyone for the suggestions and advice.
 
Back
Top Bottom