codefortulsa / courtbot-python

This is an experimental reimplementation of courtbot using python.
http://court.bot/
ISC License
18 stars 17 forks source link

Hard coded year when setting up reminder #44

Closed syk1112 closed 5 years ago

syk1112 commented 5 years ago

When setting up reminder for a specific case, the year is hard coded to 2018 instead of getting it from the case number/id https://github.com/codefortulsa/courtbot-python/blob/master/sms/views.py#L29

kendallcorner commented 5 years ago

It appears to be more than that. It needs to split out the type, year, and number from the 'case number' received in the text message. @Yahyaal is working on this.

Output of how the code is currently written run through the interpreter. Screenshot from 2019-10-27 12-45-51

syk1112 commented 5 years ago

Issue close because courtbot-python no longer uses sms