Remaining tasks and future roadmap summary #183
TobiasHT5
started this conversation in
Team Posts
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like I mentioned earlier, there's a lot of cleanup that needs to be done around the existing code base to remove any bugs. Even though the tests are passing now, there are still some things that need to be fixed because they'd break the tests if files where slightly changed.
if typing.TYPE_CHECK
statement, except the BaseObject cause that one is needed by the interpreter. Donot forget to addfrom __future__ import annotations
at the beginning of the codebase, before any other import__init__
function of every object have a defaultNone
valueSo this shall be the task for you guys @kallyas @ushergodwin and @edger-asiimwe . I assigned myself the task of working on the parser and composer, so I'll be doing that. Next after that we shall be working on the API methods which we shall fill in the different
api
files. I think I'll leave the work of APIs to you while I work on implementing the event based parts of the project plus the networking part. After that, we shall be left with now the actually bot framework which devs shall interact with to build the actual bots. I'm hoping all these tasks shall be done before 30th of the this month so that we make the first beta release ofautobot 0.0.1
. We shall also be updating tests along the wayBeta Was this translation helpful? Give feedback.
All reactions