Skip to content
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

Loje technical training #63

Closed
wants to merge 35 commits into from
Closed

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    f743823 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. [ADD] LOJE Addition of the "estate" Model, creation of the "estate" m…

    …odel with the "estate_property" where basic fields such as "name" and "expected price" can be found, which are not nullable.
    jlong1307 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1a48e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bbd575 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c252f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea5c392 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33cdbe1 View commit details
    Browse the repository at this point in the history
  6. [IMP] Loje: Setting up a tree view with the fields; name, postcode, b…

    …edrooms, living area, expected price,.. and adding attributes in the estate_property file to match the field names.
    jlong1307 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cfaa45d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    c6e3259 View commit details
    Browse the repository at this point in the history
  2. "[ADD] Chapter 7: Module Relationships, Adding Estate Property Type, …

    …Estate Property Tag, and Estate Property Offer with All Relations."
    jlong1307 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    201c9e0 View commit details
    Browse the repository at this point in the history
  3. "[IMP] Chapter 8: Computed Fields and Onchanges; First exercise addin…

    …g the total area in the Estate Property model and in the form view."
    jlong1307 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    968618c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    2661e7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d64208 View commit details
    Browse the repository at this point in the history
  3. [IMP] Chapter 9: Add the Cancel and sold buttom into the estate prope…

    …rty model and the view, add the buttom accept and refuse to the estate property offer model
    jlong1307 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9730bad View commit details
    Browse the repository at this point in the history
  4. [IMP] chapter 10: Add the constraints to their corresponding models :…

    … A property expected price must be strictly positive
    
    A property selling price must be positive
    
    An offer price must be strictly positive
    
    A property tag name and property type name must be unique
    jlong1307 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8893455 View commit details
    Browse the repository at this point in the history
  5. [IMP] Chapter 10: Add python constrains : Add a constraint so that th…

    …e selling price cannot be lower than 90% of the expected price.
    jlong1307 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3d9e752 View commit details
    Browse the repository at this point in the history
  6. [IMP] Chapter 11: Add an inline list view, add theOne 2many fild prop…

    …erty_ids to the estate property type model
    jlong1307 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bf9a0c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. [IMP] Chapter 11: FInish the chapter 11 : Conditional display of butt…

    …ons and fields
    
    Tag colors,  Goal: at the end of this section, the property and offer list views should have color decorations. Additionally, offers and tags will be editable directly in the list, and the availability date will be hidden by default.
    at the end of this section, the available properties will be filtered by default, and searching on the living area returns results where the area is larger than the given number.
    Goal: at the end of this section, there will be a stat button on the property type form view which shows the list of all offers related to properties of the given type when it is clicked on.
    jlong1307 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6cfe349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f7bb8d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. [ADD] Chapter 13 : Add a new module estate_account, when a property i…

    …s sold, an invoice is create qith 6% of the selling price for the commission and 100.00 for the additional adm fees
    jlong1307 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bfb36bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50765fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e9e3f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77aa472 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    fddc9c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83c3ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d6e4c4 View commit details
    Browse the repository at this point in the history
  4. [IMP] 1.4 Using markup to display html. Update Card to use t-out and …

    …import markup in playground
    jlong1307 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    cc45df2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af77622 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f02787 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. [ADD] 1.7: A todo list : Added the folder todo with the todolist comp…

    …onent and the todoItem component
    jlong1307 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a2a34b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acdeb00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a83e9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff8aebb View commit details
    Browse the repository at this point in the history
  5. [IMP] 1.11 : Tggling todos: Add the checkbox in the todoList and add …

    …a callback props toggleState to TodoItem
    jlong1307 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b126f5f View commit details
    Browse the repository at this point in the history
  6. [IMP] add some flex

    jlong1307 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c5d553d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c18442f View commit details
    Browse the repository at this point in the history