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
Google import and export methods are very open to create new bugs, code is not readable and not suitable for PEP8. Also, methods include unnecessary codes and logical mistakes. In order to make google import code more readable and maintainable, we should refactor google export methods and increase test coverage for them.
Methods to be refactor for export process : def import_from_gsheet(request, id):
sheet_id=None, partialcomplete=False):```
The text was updated successfully, but these errors were encountered:
Google import and export methods are very open to create new bugs, code is not readable and not suitable for PEP8. Also, methods include unnecessary codes and logical mistakes. In order to make google import code more readable and maintainable, we should refactor google export methods and increase test coverage for them.
Methods to be refactor for export process :
def import_from_gsheet(request, id):
The text was updated successfully, but these errors were encountered: