Commit rayokamoto/taskcollect@48b2c59f39 implements HTTP handler functions, in an effort to better organise code.
Commit b6f31c1853 partially solves issue #34 by adding array bounds checking for getDirectDriveLink(). However, the whole codebase is yet to be checked whether array bounds checking is fully implemented.
Commit rayokamoto/taskcollect@f1a5915d30 brings error logging improvements, resolving the following issues:
- fix(#28): Errors (and other information) are logged to the console and optionally, a log file. This has been implemented in previous commits.
- fix(#18): Errors are wrapped at each stage and context has been added as to what the exact error is.
- fix(#41): Error messages now yield more information (see #18)
Commit https://codeberg.org/rayokamoto/taskcollect/commit/48b2c59f39c09e1d0a74cbaac41f790a9686586d implements HTTP handler functions, in an effort to better organise code.
Commit https://codeberg.org/kvo/taskcollect/commit/b6f31c1853b7bc7eea942f009d48382a54790756 partially solves issue #34 by adding array bounds checking for `getDirectDriveLink()`. However, the whole codebase is yet to be checked whether array bounds checking is fully implemented.
Commit https://codeberg.org/rayokamoto/taskcollect/commit/f1a5915d30e7079498f5a7cf799fc4cc4e658d95 brings error logging improvements, resolving the following issues:
- fix(#28): Errors (and other information) are logged to the console and optionally, a log file. This has been implemented in previous commits.
- fix(#18): Errors are wrapped at each stage and context has been added as to what the exact error is.
- fix(#41): Error messages now yield more information (see #18)