Commit Graph

14 Commits

Author SHA1 Message Date
Manish ee275758d5 removed background color of images 2020-05-01 09:34:35 +10:00
Manish edf1341952 Improved readability for assert statements, simplified code for extractData.generateIndex(), fixed some spelling errors 2020-04-30 04:50:44 +10:00
Manish c217e39ad9 minor (cosmetic) 2020-04-27 20:01:24 +10:00
Manish fd3c8dc735 Fixed spelling errors in python code 2020-04-27 16:12:38 +10:00
Manish 3101b09a4f Added '# Code guide' section to README.md temporarily until documentation wiki is pushed 2020-04-27 14:21:49 +10:00
Manish badc7cc4d5 Improved code readability and logic. Mainly: wrapped single call statements in self-explanatory function names, replaced os.chdir calls with absolute path operations as these could down the line potentially cause major bugs, also replace CallFuncInDir calls and instead use absolute paths there as well as its easier to understand 2020-04-27 14:21:49 +10:00
Manish 89f91410e9 Formatted python code using flake8 w/ default configuration 2020-04-27 14:21:49 +10:00
Manish 5e9ae7f2f0 Intermediate info.json dump file is also now indented 2020-04-27 14:21:49 +10:00
Manish 02a5bf233f minor typo fix 2020-04-27 14:21:49 +10:00
Manish 1ff737ce5a minor typo fix 2020-04-27 14:21:49 +10:00
Manish 6e7d95b33e Some design choices added to README.md for being reviewed by community 2020-04-27 14:21:49 +10:00
Manish e78dbf117f Copied some documentation temporarily from wiki repo to README.md 2020-04-27 14:21:49 +10:00
Manish fae90372df Prototype of offline/backendless search functionality and generating/building website from activity bundles (NOTE: cannot add incrementally new activity bundles for now as it will overwrite search index rather than appending to it) 2020-04-27 14:21:49 +10:00
CSCI851-Advanced-Programming d2e8a043fb Initial commit 2020-04-21 04:18:21 +02:00