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

First release(v1) #1

Open
wants to merge 137 commits into
base: main
Choose a base branch
from
Open

First release(v1) #1

wants to merge 137 commits into from

Commits on Dec 30, 2022

  1. [update] connect mysql

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    e331456 View commit details
    Browse the repository at this point in the history
  2. [update] custom user model

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    7f31f00 View commit details
    Browse the repository at this point in the history
  3. [update] installed jwt

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    eceee70 View commit details
    Browse the repository at this point in the history
  4. [update] requirements.txt

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    c4a10d6 View commit details
    Browse the repository at this point in the history
  5. [feature] api routing

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    77fdbd8 View commit details
    Browse the repository at this point in the history
  6. [feature] account registar API

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9387c5c View commit details
    Browse the repository at this point in the history
  7. [feature] jwt refresh, verify

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d0f9b0d View commit details
    Browse the repository at this point in the history
  8. [feature] custom permission

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    e8f0141 View commit details
    Browse the repository at this point in the history
  9. [update] user list view

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9333233 View commit details
    Browse the repository at this point in the history
  10. [feature] otp

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    300cedb View commit details
    Browse the repository at this point in the history
  11. [feature] send email about otp

    uswebk committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    e2f33bb View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    f92edf5 View commit details
    Browse the repository at this point in the history
  2. [feature] otp verify view

    uswebk committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    f6217d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    402f92b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    0196057 View commit details
    Browse the repository at this point in the history
  2. Create README.md

    uswebk authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    4a1bd26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3945241 View commit details
    Browse the repository at this point in the history
  4. [refactor] use transaction

    uswebk committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    89ffb44 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. [refactor] otp verify service

    uswebk committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    6639d5f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. [refactor] delete AccountView

    uswebk committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0af666b View commit details
    Browse the repository at this point in the history
  2. [feature] add SendOtp

    uswebk committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2d65be1 View commit details
    Browse the repository at this point in the history
  3. [feature] Login View

    uswebk committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    48fe101 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. [refactor] email -> emails

    uswebk committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    3784cbf View commit details
    Browse the repository at this point in the history
  2. [refactor] Login Service

    uswebk committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    9ad4355 View commit details
    Browse the repository at this point in the history
  3. [refactor] delete variable

    uswebk committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f674fa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    fb235d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8203b9f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. [feature] add quiz app

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d599384 View commit details
    Browse the repository at this point in the history
  2. [feature] add quiz tag table

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    946e99a View commit details
    Browse the repository at this point in the history
  3. [refactor] otp verify service

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    1e0bcfc View commit details
    Browse the repository at this point in the history
  4. [refactor] rename method

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    48f490e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df73d7c View commit details
    Browse the repository at this point in the history
  6. [refactor] init account

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    4b78eb2 View commit details
    Browse the repository at this point in the history
  7. [refactor] rename View

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    857368b View commit details
    Browse the repository at this point in the history
  8. [feature] tags routing

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    f41523a View commit details
    Browse the repository at this point in the history
  9. [fix] wrong file

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    6e4dae5 View commit details
    Browse the repository at this point in the history
  10. [fix] change from

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    704d5dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    21a8bc0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f7d5eb View commit details
    Browse the repository at this point in the history
  13. [feature] add quiz table

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    9befee7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dcb6371 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ddf583e View commit details
    Browse the repository at this point in the history
  16. [feature] add quiz list view

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    04a2748 View commit details
    Browse the repository at this point in the history
  17. [update] quiz default filter

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    edcf866 View commit details
    Browse the repository at this point in the history
  18. [refactor] delete not use

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    de65743 View commit details
    Browse the repository at this point in the history
  19. [refactor] rename viewset

    uswebk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    bfa4801 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    86f95b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0b021c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    622f993 View commit details
    Browse the repository at this point in the history
  2. [feature] add validation

    uswebk committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    be72e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bde9a3 View commit details
    Browse the repository at this point in the history
  4. [feature] get tags in quiz

    uswebk committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5e9b46f View commit details
    Browse the repository at this point in the history
  5. [style] move Meta class

    uswebk committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3f8518e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e1a425 View commit details
    Browse the repository at this point in the history
  7. [update] use get_serializer

    uswebk committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    846c9d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c070cc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. [feature] add answer endpoint

    uswebk committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    caa6640 View commit details
    Browse the repository at this point in the history
  2. [doc] idea setting

    uswebk committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1a6ce49 View commit details
    Browse the repository at this point in the history
  3. [update] create answer logs

    uswebk committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    195cd37 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    21b8a6c View commit details
    Browse the repository at this point in the history
  2. [feature] add QuizService

    uswebk committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0657af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42af7c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. [feature] quiz logical delete

    uswebk committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    c648179 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    1c7c43c View commit details
    Browse the repository at this point in the history
  2. [refactor] quiz migrations

    uswebk committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    94170c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17dd0f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    3faf08c View commit details
    Browse the repository at this point in the history
  2. [feature] get profile API

    uswebk committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e40aa87 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Bump django from 4.1.4 to 4.1.7

    Bumps [django](https://github.com/django/django) from 4.1.4 to 4.1.7.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@4.1.4...4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    15e321e View commit details
    Browse the repository at this point in the history
  2. Bump cryptography from 38.0.4 to 39.0.1

    Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 39.0.1.
    - [Release notes](https://github.com/pyca/cryptography/releases)
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@38.0.4...39.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7008f8b View commit details
    Browse the repository at this point in the history
  3. Bump future from 0.18.2 to 0.18.3

    Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3.
    - [Release notes](https://github.com/PythonCharmers/python-future/releases)
    - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst)
    - [Commits](PythonCharmers/python-future@v0.18.2...v0.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: future
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b6a41b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eac9fcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4c6ac5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae6dd6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    215808b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e606e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72d222c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

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

Commits on Mar 12, 2023

  1. [refactor] otp verify service

    uswebk committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    c716faf View commit details
    Browse the repository at this point in the history
  2. [refactor] rename columns

    uswebk committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    21575d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Update README.md

    uswebk authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d9efd59 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. [update] add permission

    uswebk committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    81f1684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1181325 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. [feature] add get otp API

    uswebk committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    356dbdf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. [fix] otp response

    uswebk committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3fe96bf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. [update] change timezone

    uswebk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8e261a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. [fix] send otp permisson

    uswebk committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    bf82183 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 4, 2023

  1. [feature] password reset view

    uswebk committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    fe4b084 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. [refactor] move api directory

    uswebk committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f66139f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. [update] for android

    uswebk committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    8a14926 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. [refactor] change directory

    uswebk committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    2792ec1 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. [update] signature uri

    uswebk committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    267b24d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. [update] password validation

    uswebk committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3e62161 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    09ae2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c31e271 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. [feature] Reset Password API

    uswebk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    e1b2077 View commit details
    Browse the repository at this point in the history
  2. Bump sqlparse from 0.4.3 to 0.4.4

    Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.4.4.
    - [Release notes](https://github.com/andialbrecht/sqlparse/releases)
    - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
    - [Commits](andialbrecht/sqlparse@0.4.3...0.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: sqlparse
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 4, 2023
    Configuration menu
    Copy the full SHA
    9c0759e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from uswebk/dependabot/pip/sqlparse-0.4.4

    Bump sqlparse from 0.4.3 to 0.4.4
    uswebk authored May 4, 2023
    Configuration menu
    Copy the full SHA
    a4be426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05658e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f15f68a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddfc24d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

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

Commits on May 15, 2023

  1. [refactor] change functional

    uswebk committed May 15, 2023
    Configuration menu
    Copy the full SHA
    97940d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 11, 2023

  1. [update] Readme

    uswebk committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    ee318fa View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. [update] README.md

    uswebk authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d3e19d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. [refactor] change to static

    uswebk committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e099a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bda34f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. [Update] README.md

    uswebk authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    210c6da View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Update README.md

    uswebk authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    07821b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. [update] README.md

    uswebk authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    251da26 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. [refactor] random limit

    uswebk committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    885381a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e48be7 View commit details
    Browse the repository at this point in the history
  3. [update] quiz limit

    uswebk committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    035673a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    199f09d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    6126d6c View commit details
    Browse the repository at this point in the history
  2. [fix] is_select

    uswebk committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    9224a8f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Update README.md

    uswebk authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    50ed1cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc639b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e027d View commit details
    Browse the repository at this point in the history
  4. [refactor] fetch random quiz

    uswebk committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    90490d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 28, 2023

  1. [feature] answers api

    uswebk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2397d22 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. [update] add stats

    uswebk committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6f65dd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. [update] idea

    uswebk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    598692d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 17, 2023

  1. [fix] quiz answer

    uswebk committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    47b2ee5 View commit details
    Browse the repository at this point in the history
  2. [fix] import

    uswebk committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e3db6e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. [refactor] serializer

    uswebk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5759ad3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. [refactor] delete api

    uswebk committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2a087ef View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Update README.md

    uswebk authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    86ada3c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. [refactor] delete import

    uswebk committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ad76892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c265cb View commit details
    Browse the repository at this point in the history
  3. [refactor] delete import

    uswebk committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    fb86bd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

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

Commits on Oct 23, 2023

  1. [refactor] model manager

    uswebk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    aea2bdc View commit details
    Browse the repository at this point in the history