-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freshli.io lead gen MVP #45
Conversation
Libgit2Sharp does not support Debian 10 (buster) yet.
- Moves creation logic into controller - Adds route for displaying the details for a specific request (this is where we can display the results when they are ready along with the status of the request)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good overall! 💯 🏗️
I added some pretty minor comments. Additionally, can you also update the README
so that it better reflects the updated project structure and setup and deployment instructions?
@nickiemc I think that I have addressed all of your comments. Please take another peek and let me know. |
I made some minor tweaks to the README. Everything else looks good! |
Adds super simple start at a website for Freshli.io. On the "homepage" users can provide a URL to be scanned. Calculation work is handled by a background job worker, and results are stored in the database used by Freshli.io.
There is still a lot more to do, but this is a pretty good point to merge into main at this point.