You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will start updating this on June 5 as the content of this notice is incomplete. This project has been overdue since the thesis hit me. Currently passive-updating this issue.
Another Notice
Some checkmarks copy the task lists from the following issues: #5, #6, and #9.
Why
Sooner or later (By June or July [if I graduated on time]), I will be refactoring the whole thing with the same workflow parameters and with more options. With that being said, I wanted to refactor this because just from looking at it, it is over complicated OOP approach, which intrigues me over a simple integration to README.
What
This section contains subsections of components that will be refactored.
General
Logger with Styling
Argparse Polishing (For Local-Serve)
HTTP Module (being async)
Proper Typing (Python 3.10)
Programming Approach (Modular-OOP)
Redundancy Consolidation of File Declaration (see, elements)
We may create a repository for this one due to its reusability.
CI/CD (Dockerfile and Github Actions related)
Further Optimize the Script (???)
Optimize Dockerfile layers. (Such as installing and other such)
Constants (constants.py)
Redefine types. (I'm quite uncomfortable using NewType)
Core (entrypoint.py)
Reduce complexity such as expensive setup due to instantiation of classes. (With this, we may need to do Async Class Instantiation, depending on the situation, and also depending on how I overview it.)
(At Startup) Do not explicitly convert provided data to certain data types, use Pydantic.
Exception from Async Loop is sometimes being raised and otherwise.
Logging (logging.py)
Adapt (folioblock's logging style)[https://github.com/CodexLink/folioblocks/blob/latest/node/utils/logger.py]. This depends on the uvicorn's custom logging, so we need to learn something on that.)
README
Reduce the sample badges of the header.
Create headers based on the unit testing.
Remove screenshots (due to privacy).
Optimize and ensure that the procedures are flawless.
The text was updated successfully, but these errors were encountered:
Notice
I will start updating this on June 5 as the content of this notice is incomplete. This project has been overdue since the thesis hit me.Currently passive-updating this issue.
Another Notice
Some checkmarks copy the task lists from the following issues: #5, #6, and #9.
Why
Sooner or later (By June or July [if I graduated on time]), I will be refactoring the whole thing with the same workflow parameters and with more options. With that being said, I wanted to refactor this because just from looking at it, it is over complicated OOP approach, which intrigues me over a simple integration to README.
What
This section contains subsections of components that will be refactored.
General
Issue-Related
#5
Spotify
in API Reference of Discord.pyStreaming
State.#6
datatime.strftime
feature and formatting.Badge (
badges.py
)BADGEN | SHIELDS | CUSTOM
(If custom provided, provide the elements that can be bound to the structure).-[ ]
HTTPs (
http.py
)CI/CD (Dockerfile and Github Actions related)
Dockerfile
layers. (Such as installing and other such)Constants (
constants.py
)NewType
)Core (
entrypoint.py
)Logging (
logging.py
)README
The text was updated successfully, but these errors were encountered: