Project: Android application to show birth registration & newborn health data

I didn’t get what proof app are we talking about?Can you please elaborate.

if you haven’t already written it – it’s too late.

Ok. Actually I have already developed a couple of toy apps but they would obviously not help. Can I get an extension in this application review period to work on the mini project idea I’m currently working on?

No, deadline is March 31 at 1800 UTC. This has to be linked in your proposal.

@iainbarclay I was late in submitting the draft proposal and have submitted it yesterday. I welcome any suggestions or feedback. I have submitted the draft on the GSoC portal. Let me know if I have to share the draft link here in the forum. Link to my POC: here

Good luck everyone who has submitted the proposal and participating in GSoC​:ok_hand::v::tada:.

You have done a tremendous effort. Give a tap on your shoulder. :clap::clap::clap::sparkles:

Thanks @r0bby @iainbarclay @shbucher for helping us out in writing the proposal and reviewing it.

Thank you :blush:

Good luck to everyone who participated in GSoC 2020.

@r0bby @iainbarclay @shbucher Thank you for helping and clearing out doubts. Look forward to working in this community!

1 Like

Even if you’re not selected – you can still help us out!

Yeah definitely. There’s a webinar by Evernym here on 1st April and some of the topics include about SSI principles. Anyone interested can attend.

Yeah. These webinars helped in writing proposal :sparkles:

@r0bby The POC works fine when run in Windows OS. In Linux, there is a need to change the file naming convention. I just wanted to inform.

Huh? What do you mean?

What I mean is if you clone the repo in Linux, it might give errors due to naming convention.

Huh? What did you do with naming that will cause errors?

The folder names were started with Capital letter. This is resolved as of now.

That’s not going to cause issues on Linux…

Windows has a case-insensitive file system, whereas Linux has a case-sensitive file system. Even though I had named one of the folders as “Dashboard”, it treated it as “dashboard”. If you check the latest commits before 31 March here, you could see import statements like " import ‘package:birth_register/ui/screens/Dashboard/hospitals.dart’; ". However, the “Dashboard” folder referred to in the import statement is changed to “dashboard”. So when this repo is cloned in Linux, it searches for “Dashboard” folder and finds “dashboard” which doesn’t match and hence doesn’t compile.

Then fix the file names so they work cross-platform. Making things in such a way is a bad thing to do.

They are fixed in the latest commits. However I had to inform since it was done after March 31.

So long as base functionality was done prior, it’s okay. What we don’t accept is someone who had no functionality prior to or on March 31 at 1800 UTC.

2 Likes