Skip to content

[ADD] AwesomeOwl: Add playground and base components #798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 18.0
Choose a base branch
from

Conversation

karygauss03
Copy link

In this PR, I managed to implement the following tasks as part of the web framework from Odoo's official documentation:

  • Introduce props validations and callbacks.
  • And more ... (in progress)

Added the base structure for the AwesomeOwl module.
Introduced main components and sub-components (Playground, Counter, and Card).
Implemented props validation and callback handling (e.g., sum case).
This commit covers the first chapter (tasks 1 to 6) of the Web Framework section from Odoo's official documentation.
@robodoo
Copy link

robodoo commented May 26, 2025

Pull request status dashboard

In this commit, I added the task list, task item, counter and cards.
I used hooks, event handling, and callbacks (between parent and child components).
This commit is related to the first chapter of web framework from Odoo's Official documentation (task 7:14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants