COVIDImpact / CovidImpact

COVID-19 is impacting countless small businesses across Canada, we all face uncertainty. Several colleagues and I asked what we could do to help? After a weekend of non-stop coding we’ve put together #CovidImpact, a FREE Small Business Care Package which features: A curated list of programs to help them through the crisis. Real-time news relevant to Canadian ventures Simulation tool to see how their business may be affected across various scenarios depending on how long COVID-19 drags out for. Together, Canadian businesses will get through this by supporting each other! CovidImpact is built in Vue with Javascript, HTML and CSS files. The project utilizes various Bootstrap-Vue components and newsapi.org to get the latest business news. The app is hosted on S3 and uses serverless functions for a mailchimp newsletter.
http://covidimpact.ca/
Apache License 2.0
3 stars 0 forks source link

Provide businesses with industry-related assessments (Business Assessment Tool) #42

Open aPruner opened 4 years ago

aPruner commented 4 years ago

Overview:

Our tool would be easier to use if we didn't have to tell users to guess (with a very rough %age of 25, 50, or 75%) how much revenue they are losing due to covid. We should consult open data sets/research papers to see how much revenue businesses in different industries are losing because of covid. We could also provide options (in new future issues) for company size/geographic-specific assessments.

What needs to be done:

  1. Define a set of industries to research.
  2. Consult open data sets/research papers and try to map industries to assumed losses for each industry (could use web scraping, grab big data sets, do it manually, consult researchers, etc), could even create a re-occurring job to pull in and consult new data.
  3. With results, change the UX of the business assessment tool to add an industry dropdown to the form which maps to the resulting assumed loss in revenue. Also, allow the user to change the loss in revenue if they know how much revenue they're losing.

Criteria of success:

  1. A good set of industries to research is defined.
  2. Good data science work/research is done and reasonable numbers are found, and potentially a cronjob is created to update the assumed losses in real time.
  3. UX is changed to add the new values to the form, and old functionality is not lost (users can still manually enter a loss in revenue if they wish).

Documentation:

N/A

Stakeholder:

Who is interested in this issue resolved? It could also be the person who created this issue. Use tags (e.g @aliserag) @aPruner

Aliserag commented 4 years ago

I agree we should remove the % decrease, I was talking to @NoirKomBatman the other day about potentially replacing the current Assessment Page with a 'Business Immunizer'. It'll take in inputs that will be used to return a risk score (which we can tie the industry research you highlighted above into), curated list of tips/funding/opportunities and contribute to the generation of the heatmap. Here's a mockup I was able to put together:

Recommendations (1)

what are your thoughts @aPruner?