An open API service indexing awesome lists of open source software.

https://github.com/jklemon17/code-samples

Samples of production code
https://github.com/jklemon17/code-samples

code production samples

Last synced: 28 days ago
JSON representation

Samples of production code

Awesome Lists containing this project

README

          

This repository holds examples of production code that I have written.

* [Flag-conversations](https://github.com/jklemon17/code-samples/blob/master/Flag-conversations.rb)
- Contains the production Ruby on Rails code written for a tutoring platform to help identify and stop tutors who attempt to work with students outside the platform.
- Flags a conversation when a message is sent containing certain blacklist criteria (phone numbers, email addresses, keywords). This flag is visible to admins, who can view all conversations.
- Includes the ability for admins to filter the conversations to view only those which are flagged with an alert, as well as sort them by oldest or newest activity.
- Also gives admins the ability to remove an alert flag from a conversation.

![Conversation Flag Screenshot](https://github.com/jklemon17/code-samples/blob/master/conversation-flag2.png)

* [BookList](https://github.com/jklemon17/code-samples/blob/master/BookList.js)
- Contains sample React + Redux code from Library/BookList project.