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
- Host: GitHub
- URL: https://github.com/jklemon17/code-samples
- Owner: jklemon17
- Created: 2018-08-17T13:08:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T16:23:43.000Z (over 7 years ago)
- Last Synced: 2025-03-23T08:25:26.143Z (10 months ago)
- Topics: code, production, samples
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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