Page MenuHomePhabricator

[landing] populated the investor data
ClosedPublic

Authored by ginsu on Oct 18 2022, 10:57 AM.
Tags
None
Referenced Files
F3247481: D5387.id17643.diff
Fri, Nov 15, 5:38 AM
F3247480: D5387.id17640.diff
Fri, Nov 15, 5:38 AM
F3247465: D5387.id17639.diff
Fri, Nov 15, 5:36 AM
F3247464: D5387.id17644.diff
Fri, Nov 15, 5:35 AM
Unknown Object (File)
Fri, Oct 25, 10:08 PM
Unknown Object (File)
Oct 10 2024, 3:06 PM
Unknown Object (File)
Oct 6 2024, 11:08 PM
Unknown Object (File)
Oct 6 2024, 11:08 PM

Details

Summary

populated the investor data into a file called investor-data.js. This diff is just the addition of this file, the actual population of the investor data into the InvestorProfile components will come in a separate diff. Ranjan Pradeep is not on the list, since he does not have any info yet, but we can add him later in a separate diff once we have his information


Linear Task: ENG-1505
Investor Slides: Canva

Test Plan

Please view the screenshot to see an example of the data being populated into the InvestorCard components:

Screen Shot 2022-10-18 at 1.49.59 PM.png (2×3 px, 2 MB)

Diff Detail

Repository
rCOMM Comm
Branch
eng-1953 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Oct 18 2022, 11:00 AM
Harbormaster failed remote builds in B12848: Diff 17638!

removed some code to test UI of investor data

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: atul, rohan.
Harbormaster returned this revision to the author for changes because remote builds failed.Oct 18 2022, 11:04 AM
Harbormaster failed remote builds in B12849: Diff 17639!

fixed classnames dependency name

just making files changed the investor-data.js

rohan requested changes to this revision.Oct 18 2022, 11:42 AM
rohan added inline comments.
landing/investor-data.js
5–11 ↗(On Diff #17642)

Would it be best to define the read-only properties in the type, similar to how we do it here: https://github.com/CommE2E/comm/blob/master/lib/facts/testers.js

Something like

type Investors = {
  +id: string,
  +name: string,
  +description: string,
  +investmentDate?: string,
  +imageURL: string,
};

Probably defer to @atul though

This revision now requires changes to proceed.Oct 18 2022, 11:42 AM

changed investmentDate to invovlementDate

atul added a reviewer: ashoat.

This looks good to me... I know I suggested involvementDate but maybe involvement would make more sense since it includes [joined/advisor since/investor since] as well as when the individual got involved.

Adding @ashoat as blocking reviewer since there's user facing copy

landing/investor-data.js
18 ↗(On Diff #17644)

This text feels a bit self-aggrandizing but maybe that's what we want (I think Lara wrote it). Probably worth replacing "Sole Founder and CEO" with just "Founder", at least.

address ashaoat's comment

changed involvementDate to involvement

This revision is now accepted and ready to land.Oct 18 2022, 2:09 PM
This revision was automatically updated to reflect the committed changes.