Harry Levine
Harry Levine
Hello. Same thing is happening to me. Solid white screen. MacOS Sierra 10.12.6 Ran a `keybase log send`: ``` Your log ID is: b036188c4be02e25eeeda21c ``` Please advise on how to...
@hollomancer @jjhampton @kylemh - I have started a HackMD file for us to collaborate on, to begin teasing out individual front and backend issues, start prioritizing them, adding acceptance criteria,...
@kylemh ! Can you please describe: 1. Precisely what data this FE form will be passing to the BE? 2. If that data will/will not be a 1:1 mapping to...
@kylemh - You're right, I did use the admin dashboard as the example, but actually I was more broadly thinking exactly this. Forms & tables, with varied access. Be that...
Right, this is not for mentors or the mentor process. This is for Team Treehouse (or scholarship applications).
Airtable is one option. What I am describing accomplishes the same end goal, with many additional benefits for our contributors and for the OC.
Agreed! @nellshamrell was part of my original discussion on the topic. I just implemented the concept of "roles" in PR https://github.com/OperationCode/operationcode_backend/pull/290. This, in conjunction with Pundit, provides varied access to...
@jjhampton - We would create a few constants to ensure data integrity. And a dropdown in ActiveAdmin to choose from. That said, we can definitely switch to a `boolean` if...
re: @jjhampton 's comment here: https://github.com/OperationCode/operationcode_backend/pull/366#issuecomment-394116169 I agree, would be easier to go the `boolean` route. If that is still on the table (as I know it would require a...