devstaff-crete / devstaff.gr

devstaff.gr official website code
http://devstaff.gr
ISC License
9 stars 7 forks source link

Dynamically print future & past meetups based on date #93

Closed mzampetakis closed 4 years ago

mzampetakis commented 4 years ago

Using current date and meetups date, each meetup is presented as future or past meetup.

Fixes #83

mzampetakis commented 4 years ago

I have noted some minor changes. Other than that I think that a Date: "23-03-2020 (d-m-Y or d/m/Y) type of implementation would be more suitable for both readability purposes and lines of (data) code. But maybe that's just me, so just fixing these minor issues will suffice.

Great job!

I think that might be a future improvement. However, it might be harder to split date and then print it out.