Michael Ikechi

Results 73 comments of Michael Ikechi

Wow, I haven't worked on this project in such a long time. I remember though, I didn't get around to working on the UI, just the APIs work. See if...

Not to dissuade you from this project, but I'm no longer actively maintaining this, if you're looking for a good school portal solution, I've found the [UnifiedTransform project](https://github.com/changeweb/Unifiedtransform) really helpful.

Proposed hierarchy for the permissions model: - **Permissions** _(array)_ - **Model 1** _(object)_ - **write** _(boolean)_ - **approve** _(boolean)_ - **restrict** _(array | optional)_ - **Model Instance 1** _(object)_ -...

- [ ] We should add `approved_at` (date) and `approved_by` (user id) nullable properties to these entities' model definitions, and their migrations. - [ ] We should also make sure...

### Export System I'll raise this up a notch by saying we also need an export system, in case schools want to migrate away from CP. An ability to get...

For exports, I'm thinking the endpoint should respond with a CSV document that contains all information belonging to the school, with info about each user (student or staff) flattened into...

Yikes, I just realised I never got back to you on this @Temidayojnr ... ### Flattening an Object If this is an object, ```json { "name": "lagbaja", "age": 15, "friends":...

Here's an example of using multiple values in `excludePaths`: ```js { resolve: "gatsby-plugin-no-javascript", options: { excludePaths: [ "blog/(index.+)?$", "404", "error", "support/?$", "contact/?$" ] .map(path => `(${path})`) .join("|") } } ```

I use cygwin, and what worked for me, was running: ```sh sh configure if [[ -f "gzguts.h" ]]; then sed -i 's/defined(_WIN32) || defined(__CYGWIN__)/defined(_WIN32)/g' gzguts.h fi make install ``` in...

@alextochetto could you or @g0t4 host the updated package for dotnet core 2.0 on Nuget? It'll be really helpful.