SchoolMan Dev Tracker

in development •  7 years ago  (edited)

SchoolMan is built to aid schools and institutions in various levels of office computation & much more.


images-22.jpg
Image Source

This blog, #SchoolMan, will be updated on Mondays with the issues and developments on the app.

The SchoolMan project is not open source and code visibility will be restricted to necessary cases only. Screenshots and unit prototypes may be used, amongst others, to explain certain aspects of the system or concepts applied.

Your suggestions and contributions are needed for the growth of the app. SchoolMan is written in JavaSE, and C/C++ translation is ongoing. Sqlite is used for database.

System structure implements the MVC model and development has proceeded using Boehm's spiral method. Each development cycle is 35 days (1+ month) and development goals/checkpoints are set weekly.

For now, SchoolMan prototypes will be portable (till project gets to beta phase).

The system is intended to benefit schools, students and parents (to a lesser extent, perhaps).

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Units are funny. I built my units to be modular so I can just reuse when needed. Now, I drew the same module, modified it for French and it worked but, on Verbal and Quantitative reasoning, there's obviously something I'm not doing right.
And I'm already feeling like the project should have long finished - a very frustrating feeling.

I'll take 2 days off to clear my mind from all the struggles then, I'll take a closer look.

By God's grace, before Sunday is gone, I'll see what I'm doing wrong.

For what it is worth, the app data with its processes is straining the limited JVM memory allocation occassionally already so, I'm going to have to apply my solution alongside reading and rereading the app for any possible scaling or improvement in memory allocations and usages. I'd have thought, with improved memory capacity of modern systems, programmers should have less restrictions in memory usage. Lol...

This is being handled.

An update will be posted within 24hrs.