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
Currently, the needlemanwunsh.pycontent method requires too much knowledge on the part of the programmer trying to create problems, more work should be delegated to the problems.py using a decorator or something of the sort. Specifically:
There is no need to handle post requests.
The templates file should not require the problem programmer to import scripts for problem loading, this should be done for them.
There might be the need for some matrix helpers to load from HTML? This part of the API is still up in the air... (More specifically, the matrices differ vastly in internal structure, is there a clean way to encapsulate all of them?)
The text was updated successfully, but these errors were encountered:
Currently, the
needlemanwunsh.py
content
method requires too much knowledge on the part of the programmer trying to create problems, more work should be delegated to theproblems.py
using a decorator or something of the sort. Specifically:The text was updated successfully, but these errors were encountered: