Welcome! This forum has a treasure trove of great info – Scouters helping Scouters! Just a heads up, though - all content, information, and opinions shared on this forum are those of the author, not the BSA.
Tenderfoot Scout has only non-required merit badges earned so far. Under Life, the non-required badges do not include the non-required badges used for Star.
This issue is both on the Life Advancement page and in the Individual Advancement report.
Also, as you can see in the images below, the merit badges do not match up in either place.
@JosephKauffman - what does it say for the merit badge section for Star and Life… and it appears that it is positioning the MB based on date which it should.
Star: Earn six merit badges, including any four from the required list for Eagle. You may choose any of the merit badges on the required list for Eagle to fulfill this requirement. See Eagle rank requirement 3 for this list.
Life: Earn five more merit badges (so that you have 11 in all) including any number more from the list for Eagle so that you have a total of seven from the required list of Eagle in that total number of 11 merit badges. You may choose any of the 17 merit badges on the required list for Eagle to fulfill this requirement. See Eagle rank requirement 3 for this list.*
@edavignon just an FYI, since I noticed this I rechecked the Life scout from my previous bug reports and everything still looks correct from those fixes.
@edavignon Same Scout ID as above, there also seems to be a discrepancy in the sort order in merit badges for Eagle and Palms. Seems they are in order by “Marked Completed” date rather than the date completed. Individual Advancement Report looks like it uses the date completed and not the Marked Completed date, which may be the cause.
I don’t think so. Geocaching is Completed 7/9 (Marked Completed 8/13) and appears before Aviation (Completed 7/14 Marked Completed 7/19), which is itself before Astronomy (Completed 7/14 Marked Completed 7/19). If it was sorting by Marked Completed, both Aviation and Astronomy should have preceded Geocaching, Orienteering and Radio, all of which were Marked Completed on 8/13.
I suspect the sort algorithm is something like:
SORT(DateCompleted)
IF (DateCompleted1 = DateCompleted2)
SORT(DateMarkedCompleted)
IF(DateMarkedCompleted1 = DateMarkedCompleted2)
SORT(OrderMarkedCompleted)
This is based on the IAR snapshot which shows Geocaching preceding Aviation in the listing, which itself precedes Astronomy, even though alphabetically Astronomy would precede Aviation, if that was the final sorting step.
Orienteering and Radio should be shown as Life electives. SB was updated recently so that Life shows the MBs earned for Star plus the additional MBs for Life, similar to how Eagle shows all 21.
Yep, I caught that from your earlier post. I just meant that the sort order wasn’t consistent with @JosephKauffman’s postulated algorithm (i.e. based on date Marked Completed).