Hi! While I was reading through the codebase to understand how the project works, I noticed something in display.py.
The footer currently prints around line 112:
"Generated by CodeMappr v1.0.0 · github.com/yourusername/codemappr"
The yourusername part looks like a placeholder, so I wasn't sure if it was intentionally left there or just missed during cleanup.
I also noticed the version is hardcoded in this file, even though there's already a VERSION constant defined in cli.py. It might be better to reuse that constant, so the version only needs to be updated in one place.
Could you take a look and update the footer if it's just a leftover placeholder?
Thanks!
Hi! While I was reading through the codebase to understand how the project works, I noticed something in
display.py.The footer currently prints around line 112:
"Generated by CodeMappr v1.0.0 · github.com/yourusername/codemappr"The
yourusernamepart looks like a placeholder, so I wasn't sure if it was intentionally left there or just missed during cleanup.I also noticed the version is hardcoded in this file, even though there's already a
VERSIONconstant defined incli.py. It might be better to reuse that constant, so the version only needs to be updated in one place.Could you take a look and update the footer if it's just a leftover placeholder?
Thanks!