Giter Club home page Giter Club logo

cs320-term-project-procafeonline's Introduction

  • πŸ‘‹ Hi, I’m @ChagataiDuru, Game and Backend Developer
  • πŸ‘€ I’m interested in Mainly Game and Backend Development
  • πŸ•ΉοΈ Proficient in C#, Unity, and creating games
  • πŸ•΅οΈβ€β™‚οΈ Exploring Rust with Bevy, and embedded systems for graduation project
  • πŸ’» Backend development with Django, NestJS, and Spring Boot
  • 🌐 Frontend skills with AngularJS

πŸ“« Reach me on Discord: .chagatai

Top Langs

cs320-term-project-procafeonline's People

Contributors

biberilyagmur avatar chagataiduru avatar emirhantandogan avatar kaansekerci avatar ulasarslan1 avatar umutspring avatar

Stargazers

 avatar  avatar

Watchers

 avatar

cs320-term-project-procafeonline's Issues

Add Table Functionality is broken

@ChagataiDuru

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\DELL\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 1892, in call
return self.func(*args)
File "c:\Users\DELL\Desktop\PCO\PCO\view\main_page.py", line 99, in
submit_button = ttk.Button(new_window, text="Add Table", style='TButton', command=lambda: save_table(name_entry.get(), type_entry.get(), fee_entry.get(), image_path_label.cget("text"), new_window, table_tree))
File "c:\Users\DELL\Desktop\PCO\PCO\controller\main_page_controller.py", line 44, in save_table
update_treeview(table_tree)
File "c:\Users\DELL\Desktop\PCO\PCO\controller\main_page_controller.py", line 57, in update_treeview
for table in Table.get_all_tables():
File "c:\Users\DELL\Desktop\PCO\PCO\model\table.py", line 44, in get_all_tables
table_obj = Table(name=tbl[0], duration=tbl[1], type=tbl[2], open_close=tbl[3], feePerMinute=tbl[4], fee=tbl[5], feeFromDuration=tbl[6], feeFromCafe=tbl[7], image_path=tbl[8])
IndexError: tuple index out of range

In the start_login_page.py the login functionality not implemented

As I show below

    login_button = ttk.Button(main_frame, text="Login", command=lambda: login(name_entry, password_entry,app))
    login_button.place(relx=0.5, rely=0.90, anchor="center", width=200, height=35)
    register_button = ttk.Button(main_frame, text="Register new", command=lambda: open_register_page(app))
    register_button.place(relx=0.5, rely=0.98, anchor="center", width=200, height=35)

Buttons callback need implementations to start_login_page_controller.py on the controller window

Implement print_fee functionality

print_fee functionality missing in the main pages button

    # Print Fee Button
    print_fee_button = ttk.Button(button_frame, text="Print Fee", command=lambda: print_fee(table_tree))
    print_fee_button.pack(pady=5)

Need a register functionality on register_page.py

In the following

    register_button = ttk.Button(main_frame, text="Register")
    register_button.place(relx=0.5, rely=0.90, anchor="center", width=200, height=35)

the button callback is missing implement a register functionality

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.