Skip to content

Instantly share code, notes, and snippets.

View donaldsonjulia's full-sized avatar

Julia Donaldson donaldsonjulia

View GitHub Profile
@donaldsonjulia
donaldsonjulia / thoughts.rb
Last active May 3, 2021 18:10
Brainstorming PSLF schema
class PslfProfile < ApplicationRecord
belongs_to :employee
has_many :pslf_forms # the forms/form-data we generated/submitted via Tio
has_many :loan_sequences
has_many :pslf_assets # documents uploaded
social_security: encrypted # make sure this is always excluded from logs
is_interested: boolean # we have to keep track of whether the user clicks "not interested"
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});