InterActionNGO / NGO-admin

Back end for NGO Aid Map
GNU Affero General Public License v3.0
2 stars 0 forks source link

Properly label projects ending in X months #38

Closed mzlock closed 7 years ago

mzlock commented 7 years ago

36

mzlock commented 7 years ago

@brianjlandau - good to merge?

RBFraxinus commented 7 years ago

@mzlock The 3,6,12 month template logic looks like it will miss any projects that end exactly 3 or 6 months from the reference date. Perhaps the 6 mo template needs a ">= 3 months" and "<= 6 months" to avoid that gap?

mzlock commented 7 years ago

@RBFraxinus that'd be a good thing to run by @brianjlandau

@brianjlandau - mind taking a look?

brianjlandau commented 7 years ago

@RBFraxinus how's this look now?