TheRenegadeCoder / subete

The Sample Programs API in Python
https://subete.therenegadecoder.com
MIT License
2 stars 2 forks source link

Add support to get authors, date/time created, and date/time modified for articles #65

Closed rzuckerm closed 1 year ago

rzuckerm commented 1 year ago

I fixed #64 .The main changes are in repo.py. You'll need to "Load diff" in order to see the differences. Also, it would be easier to review this if you ignore whitespace changes.

Also, I improved the test coverage to 100% and made sure that a sample program for a non-approved project wouldn't cause a crash.

rzuckerm commented 1 year ago

As far as I can tell, this is in excellent shape. All wonderful additions. I am going to hold off on committing them given the one comment made, but we can commit whenever you're ready.

I'll remove the import-export stuff tonight. Thanks for taking a look that this.