Skip to content
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

Add new columns to perfile table #305

Open
jackbravo opened this issue Jan 16, 2024 · 0 comments
Open

Add new columns to perfile table #305

jackbravo opened this issue Jan 16, 2024 · 0 comments
Assignees

Comments

@jackbravo
Copy link
Collaborator

jackbravo commented Jan 16, 2024

  1. Add to our table in the database the column isBillable to the Profiles schema modifying the schema.prisma file.
  2. Import that info from the data lake, from the column contact__isbillable
  • we need to modify the npm run migrate-profiles-lake command
  • this runs the tasks/ProfilesMigration/migrateProfilesLake.ts code
  • most logic is inside the getMappedProfiles function in profileMigration.server.ts
  1. show this info in the profile view page routes/profile.$email._index.tsx
  2. show a is billable filter on the /profiles page
@jackbravo jackbravo moved this to 🔖 To Do in WizeLabs (Project Lab) Mar 6, 2024
@jackbravo jackbravo assigned RamiroISC and unassigned joseantoniovz Apr 11, 2024
jackbravo added a commit that referenced this issue Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔖 To Do
Development

No branches or pull requests

3 participants