Skip to content

Potential New Features

Trevor Riles edited this page Dec 11, 2013 · 7 revisions

Our initial strategy for this app is to build a minimal, shippable product, to which we can add additional functionality once it works. If you have an idea for new features or functionality, please add it here. If it isn't here, it doesn't exist...

  • Integration with an API that provides book and publisher information based on the ISBN of the book. e.g. http://isbndb.com/api/v2/docs - David Fawcett

  • Implement Django REST framework (or similar) to publish a service that provides a list of books in the library and their checkout status. We could then have the PyMNTos main site display the data. http://django-rest-framework.org/ - David Fawcett

  • Just a thought. Might be cool to use GitHub Issues for this. We can flag it as a new feature and then use the issue status and pull requests to keep track of what we have completed - Trevor Riles

Clone this wiki locally