Open wilson29thid opened 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.
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 |
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
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
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.
Added AIT qualifications update to unit Activity Feed
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
@Tuomainen I had sth different in mind for recruits - more like old forums. In activity feed I'd see Weapon Passes issued for recruiting
@wilson29thid ideas:
Activity Feed is more or less done. Only thing missing is pagination
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?