29th / personnel-v2

Personnel management system version 2 (legacy)
4 stars 7 forks source link

Create activity feed #211

Open wilson29thid opened 9 years ago

wilson29thid commented 9 years ago

Think about how comments could work...similar to activity on forum?

Also think about whether we should simply pull from the existing service record type queries or if there should be an activities table where all activity is aggregated like in the old system. @swomma thoughts?

swomma commented 9 years ago

@wilson29thid From what I remember we planned to just aggregate from different tables (like we do in Service Record) - based on the date of activity.

wilson29thid commented 9 years ago
Topic API Support App Support
Promotions Y Y
Awardings Y Y
Event Attendance / AWOLs Y Y (still testing)
Demerits Y Y
New Extended LOAs Y Y
Returned ELOAs?
Discharges Y Y
AIT Qualifications Y Y
Assignments
Bans
Recruits?
Donations Y Y
wilson29thid commented 9 years ago

Note: I should probably fix the grouping logic. Eventually I won't be able to find a unique key on every type of activity. Done

wilson29thid commented 9 years ago

Note: API calls should be by date, otherwise some records go back to 2010 and the display is misleading, suggesting that's the only activity back in 2010. Done

wilson29thid commented 9 years ago

Added support for event attendance/AWOLs but wound up changing a lot of code in the API and App along the way, still need to test the rest of the app and restore minor functionality.

swomma commented 9 years ago

Added AIT qualifications update to unit Activity Feed

Tuomainen commented 9 years ago

I see "Recruits" has a question mark. Personally I'd like to see it in the activity feed. It gives clerks and recruitment secretary to keep tabs on who has recruited and how many so issuing weapons passes and awarding CABs becomes easier.

Now I'm updating this at my platoon boards: http://forums.29th.org/discussion/101/recruitment-in-ro2-rs-gmt

swomma commented 9 years ago

@Tuomainen I had sth different in mind for recruits - more like old forums. In activity feed I'd see Weapon Passes issued for recruiting

swomma commented 9 years ago

@wilson29thid ideas:

swomma commented 8 years ago

Activity Feed is more or less done. Only thing missing is pagination