Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Parse Objects in back4app, implement their java counterparts, create getters and setters to connect to the Parse Database! #2

Open
5 tasks done
lmsiu opened this issue Apr 3, 2021 · 0 comments
Assignees
Labels
todo Needs to be done - not an error yet
Projects
Milestone

Comments

@lmsiu
Copy link
Contributor

lmsiu commented Apr 3, 2021

  • Create a new app in back4app titled "Wings".
    • Add all NSLJ members as Collaborators: "App Settings" on left toolbar --> "Collaborators" --> "What's their email?"
  • Create all Model classes listed in README, in Database browser: include all fields
  • Enter in some dummy data to test around with! Users and Buddies for sure!
  • Create and implement a corresponding Java class for every Model. This includes implementing all fields and establishing getters and setters to connect to the online Parse database!
    • **NOTE: Some field types in the models are listed as a List<> because they NEED to be able to have different lengths, i.e different users will add a different amount of friends. But because Parse only allows Array types, you will have to list it as an Array in the database, but KEEP it as a List<> type when in Java! Arrays in java force a fixed size :(
      • this means, provide a setter method that converts the List<> into an Array when storing it in the Parse database!
@lmsiu lmsiu added the todo Needs to be done - not an error yet label Apr 3, 2021
@lmsiu lmsiu added this to the Sprint #1 milestone Apr 3, 2021
@jmnguyen1999 jmnguyen1999 changed the title Create Parse Objects in back4app Create Parse Objects in back4app, implement their java counterparts, create getters and setters to connect to the Parse Database! Apr 10, 2021
@jmnguyen1999 jmnguyen1999 added this to To do in Wings Apr 13, 2021
@lmsiu lmsiu moved this from To do to In progress in Wings Apr 14, 2021
jmnguyen1999 added a commit to jmnguyen1999/Wings that referenced this issue Apr 17, 2021
@jmnguyen1999 jmnguyen1999 moved this from In progress to Done in Wings May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Needs to be done - not an error yet
Projects
Wings
Done
Development

No branches or pull requests

1 participant