We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update tracker
Update tracker and planner
Add slightly nonsensical gantt chart
Put resource/plan/ under version control again Semantically it shouldn’t be, but practically it needs to be as frequent data corruptions make the need for an offsite backup much more dire.
Add commit log for actual project
Modify commit log format Would like to use tables but org-mode doesn’t support multiline tables
Add git commit log readout Requires testing to see if it formats properly in GitHub wiki
Add planning file with links to associated tracker Also includes generated column report of estimated vs actual times. Need to check if there’s a way to include generated pretty-formatted git commit logs.
Add new resource/plan folder Must be removed later so all wiki content can be accessed when cloning. For now, it shouldn’t be under version control.
Move all specification resources to spec/ Makes more sense seeing the small number of files there actually are, and allows for a better future system when timekeeping files are added.
Add remaining models, wireframes, and algorithms Added: - IPO diagram - interface wireframes - all remaining base sort algorithms to be implemented
Rename Diagrams.odg into source.odg Better fits naming scheme and avoids repetition (i.e. is already in diagrams/ folder anyway)
Restructure resources into a single folder More sensible and allows actual visible content to be top-level. Updated .gitignore to reflect new file names, but note that entries will be removed before finish so that teacher can clone wiki and look at source files if desired.
Tweak file names 1. Home -> Home so GitHub will show it as first page when viewing the wiki Also change tracker filename to Tracker so that Planning can be used as a name for displaying finished reports and links to content
Rename files into numbered scheme Allows easy sorting it Github sidebar as well as more logical organization in file browser
Remove Planning file from wiki Planning shouldn’t be a wiki page, but rather the outputs it produces.
Add structure chart and make formatting consistent Consistent formatting isn’t a necessity but is nice for a professional appearance throughout the wiki. Font selections can later be changed when an appropriate font scheme is chosen.
Fix image link- forwardslash instead of backslash
Fix export to taskjuggler file Also includes adding .tjp and reports/ to .gitignore as they are generated through org-mode. Limitation of not being able to specify time lengths shorter than 1 hour without manually modifying Planning.tjp after export.
Add diagrams and specifications file Diagrams made with OpenOffice Draw and file of .odg format is being stored with the wiki repo for reference, but actual diagrams are included with wiki pages for easier browsing and use, as well as a finished .pdf once all diagrams are made.
Add Planning for time-tracking and logging Taskjuggler will be used with Planning file to produce finished Gantt charts. Time tracking and logs can be accomplished through Emacs clock times as well as through commit history, though the first part of commit history was lost due to data corruption and failure. Solution to protect against future instances of this is to push regularly to Github remote source as a backup in event of local data corruption.
Add initial home and definition as org-mode file Org-mode files added for easier integration with Emacs and to use a flexible and familiar markup system. Also allows time-tracking and effort estimates that can be converted to Gantt chart with Taskjuggler. This is a series of re-created commits as data corruption caused previous commit history to be lost, but not the actual files themselves.
Initial Home page