rahulsain / SharedNotes

Created an Android app that helps organisation to share notes with each other. Built with Firebase
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add a reminder/task #11

Open rahulsain opened 3 years ago

rahulsain commented 3 years ago

Used it as a to-do list and sent a notification if the user(alarm)

Kajal13081 commented 2 years ago

Hey @rahulsain I want to work on this issue. Can you explain the issue a little bit more like how to approach the issue, the process?

rahulsain commented 2 years ago

Sure, I am currently thinking to adding reminder to this app, which shows notification on the specified time and user can put task on priority basis.

Kajal13081 commented 2 years ago

Sure, I am currently thinking to adding reminder to this app, which shows notification on the specified time and user can put task on priority basis.

Okay, so I would like to add this feature. Can you assign me for hactoberfest?

rahulsain commented 2 years ago

Sure, I will add the labels in your PR, but the PR should be valid , functional, and good code design

rahulsain commented 2 years ago

or you can work on this @cdhiraj40

cdhiraj40 commented 2 years ago

or you can work on this @cdhiraj40

i can sure work on remainders, is it possible to add remainder feature for now? and as i learn more functionality i can try to add more :)

rahulsain commented 2 years ago

or you can work on this @cdhiraj40

i can sure work on remainders, is it possible to add remainder feature for now? and as i learn more functionality i can try to add more :)

Yes, it is possible to add this reminder feature as it will be operated only offline as per now

cdhiraj40 commented 2 years ago

or you can work on this @cdhiraj40

i can sure work on remainders, is it possible to add remainder feature for now? and as i learn more functionality i can try to add more :)

Yes, it is possible to add this reminder feature as it will be operated only offline as per now

do you want the remainder field in drop down menu it self or you have something on where it should be implemented

rahulsain commented 2 years ago

For the testing purpose you can do what suit you best, just do all your work in new branch, I will help you along the way

On Tue, 5 Oct, 2021, 8:28 pm Dhiraj Chauhan, @.***> wrote:

or you can work on this @cdhiraj40 https://github.com/cdhiraj40

i can sure work on remainders, is it possible to add remainder feature for now? and as i learn more functionality i can try to add more :)

Yes, it is possible to add this reminder feature as it will be operated only offline as per now

do you want the remainder field in drop down menu it self or you have something on how it should be implemented

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rahulsain/SharedNotes/issues/11#issuecomment-934488781, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMB2LNLTTVD3FGMS5YBTR53UFMHBLANCNFSM5BONJ37Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

cdhiraj40 commented 2 years ago

@rahulsain hey can I add "hide keyboard when clicked in the background" activity of edit profile, login/signup" activities to understand the code? I guess that will be a good start to work then I can do the remainder too, thanks :)

getting this error after building

Execution failed for task ':app:processDebugGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it. 

https://stackoverflow.com/questions/33866061/error-file-google-services-json-is-missing-from-module-root-folder-the-google

rahulsain commented 2 years ago

@rahulsain hey can I add "hide keyboard when clicked in the background" activity of edit profile, login/signup" activities to understand the code? I guess that will be a good start to work then I can do the remainder too, thanks :)

getting this error after building

Execution failed for task ':app:processDebugGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it. 

https://stackoverflow.com/questions/33866061/error-file-google-services-json-is-missing-from-module-root-folder-the-google

You need this json file, please share your email id , I will share the file there

cdhiraj40 commented 2 years ago

@rahulsain hey can I add "hide keyboard when clicked in the background" activity of edit profile, login/signup" activities to understand the code? I guess that will be a good start to work then I can do the remainder too, thanks :) getting this error after building

Execution failed for task ':app:processDebugGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it. 

https://stackoverflow.com/questions/33866061/error-file-google-services-json-is-missing-from-module-root-folder-the-google

You need this json file, please share your email id , I will share the file there

chauhandhiraj40@gmail.com also can I work on the keyboard closing as a starter work?

rahulsain commented 2 years ago

I have checked the issue, you have to create your own project in firebase console, there you will get this json file

and have to add this json file in the app directory(also mentioned in firebase while creating project)

you can create firebase project here: https://console.firebase.google.com/

rahulsain commented 2 years ago

@rahulsain hey can I add "hide keyboard when clicked in the background" activity of edit profile, login/signup" activities to understand the code? I guess that will be a good start to work then I can do the remainder too, thanks :) getting this error after building

Execution failed for task ':app:processDebugGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it. 

https://stackoverflow.com/questions/33866061/error-file-google-services-json-is-missing-from-module-root-folder-the-google

You need this json file, please share your email id , I will share the file there

chauhandhiraj40@gmail.com also can I work on the keyboard closing as a starter work?

sure, you can work on that As well