question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Discussion: v1.0.0 target

See original GitHub issue

TODO — Required

  • Timezone support (#103)
  • Ensure generate_schema EXACTLY the same as SHOW CREATE TABLE in MySQL (#237)
  • Good aggregate/filter support (#309, #257)
  • Formal custom select with SQL param placeholder management (#297 #139)

TODO — Nice to have

  • MySQL schema generation to be exact (#237)
  • Change to all-parametrized queries (#81 #151)
  • Common framework samples/integration:
    • aiohttp
    • sanic
    • starlette
    • quart (#119 #121)
    • tornado (#99)
    • fastapi (#188) — starlette + pydantic
  • Documentation: (see https://realpython.com/documenting-python-code/#documenting-your-python-projects)
    • Provide concrete examples of what tortoise improves on (#131)
    • Policy re extra DB backends (#31)
    • Document app concept
    • Document Filters
    • Document Aggregate Functions (#3)
  • Complete Testing:
    • Test Q (filter, not-Q, bad-Q)
    • Test values() & values_list() (with relation, multi-key)
    • Test sorting/filtering of M2M relation

Done

  • Add BinaryField type
  • Fields Schema generation refactoring (#97, #206)
    • Ability to map ALL field types to custom DB table/field names. (#55)
    • Schema discovery (#39) (mostly done already, look at #94)
  • ~Add OneToOneField (#236)~
  • ~Transaction Isolation (#140, #234)~
    • ~Fix DB pools (#69, #229)~
  • ~MySQL (#37)~
  • ~Tortoise.init() refactor (#14 #29)~
  • ~JSONField (#20)~
  • ~Test framework overhaul (#29 #33)~
  • ~Better transaction support (#29 #33)~
  • ~Add Python3.7 to CI when PyLint>=2 goes stable (#28)~
  • ~Reusable Test framework (#59)~
  • ~Un-transactioned isolation (#110 #111)~
  • ~Clean up Tortoise exception structures (#24)~
    • ~Replace assert and AssertionError with appropriate Tortoise exception. (#24)~
    • ~Formalise exception inheritance (#24)~
  • ~Cleanup of “Issues” and “Projects”~
  • ~Tortoise Organisation in github~
  • ~Simple https://tortoise.github.io/ landing page~
  • ~Generic PK field that references real PK field (#36 #122)~
  • ~Add description on field (#124)~
  • ~Python 3.7 support (#22)~
    • ~Fix pylint/astroid >= 2 (#23)~
  • Testing:
    • ~Test all data fields (#20)~
    • ~Test .values() and .values_list() (#20)~
    • ~Test transactions (#29 #33)~
    • ~Filter tests for data fields (#44)~
    • ~Test all relation fields (#101)~
    • ~Filter tests for relation fields (#101)~
    • ~Test all Model methods (#34)~
    • ~Test all QuerySet methods (#25)~
    • ~Test the test classes (#25)~
    • ~Test the db_url resolver (#25)~
    • ~Test init (#35)~
    • ~Test connection resiliency (e.g. stale connections, db restarts, etc…)~
  • Documentation:
    • ~Document init/config (#35)~
    • ~Document DB_URL (#35)~
    • ~Marketing material~
    • ~Contribution guide~
    • ~Expand documentation re Fields (#25)~
    • ~Expand documentation re Querysets (#25)~
    • ~Expand documentation re Filtering~
    • ~Expand documentation re Exceptions (#25)~
    • ~Expand documentation re Database backends~
    • ~Expand documentation re Models~
    • ~Update README with travis/coveralls badges (#24)~
    • ~Document usage of Model~
    • ~Document Tortoise singleton~
    • ~Document introspection _meta~
    • ~Cleaned up examples~

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:8
  • Comments:20 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
csrftokencommented, Mar 26, 2019

I really want to help you, but I still feel there are some deficiencies in my ability. I will try my best。 Thanks!

1reaction
abondarcommented, Jan 31, 2019

Wrote it down in #97

Read more comments on GitHub >

github_iconTop Results From Across the Web

Design Meetings - HackMD
AS 2.1 Issue: First Target Node BMH Image HREF Should Not Reference Ephemeral Host ... v1.0.0-beta brings some breaking changes for our current...
Read more >
Contribution Portlet - ETSI Portal
ERMTGUWB(22)RE8003 Draft Accepted Decision ERMTGUWB(22)RT8005 Report Available Decision ERMTGUWB(22)RT8004 Agenda Accepted Decision ERMTGUWB(22)RT8003 Draft Noted Decision
Read more >
[APP] Thermo-Floor app: Z-wave thermostat for electrical ...
[APP] Thermo-Floor app: Z-wave thermostat for electrical heating - Main discussion topic (v1.0.0). TedTolboom Member. May 2017 edited October 2017 in Apps ...
Read more >
The Air-temperature Response to Green/blue-infrastructure ...
The Air-temperature Response to Green/blue-infrastructure. Evaluation Tool (TARGET v1.0): an efficient and user-friendly model of city cooling.
Read more >
Unable to build custom beat - Beats - Discuss the Elastic Stack
... for package github.com/elastic/beats/v7/dev-tools/mage/target/build ... upgrade => v1.0.0 go: go.uber.org/multierr upgrade => v1.5.0 go: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found