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
Details
- Reviewers
atul rohan ashoat - Commits
- rCOMM453681b6535c: [landing] populated the investor data
Please view the screenshot to see an example of the data being populated into the InvestorCard components:
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
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 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 | 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. |