My name is Sinisa Bogicevic and i am from Croatia (Europe), close to Italy…
I am system administrator 18 years. A long time ago I programmed in Visual Basic 6,…
Now I’m learning making android applications with NoCode builders… I’m learning about Glide apps And I think Glide is a phenomenal platform for creating apps for mobile phones. I recently got sick from a rare disease (Guillain Bare Syndrome) before 6 months and now I can move my fingers but not like before (I can be in bed and type on the laptop), I can’t even walk on crutches so I’m in bed. It is a rare autoimmune disease that attacks the peripheral nerves in the legs and arms. Paralysis of the legs from the knees down and of the hands and fingers. In very severe cases, the whole body is paralyzed. Recovery is an average of 1-3-5 years and in many cases even longer. There are cases that recover completely, while someone else has big problems for years. But this disease is always present and never completely disappears.
My project in Glideapps will be of a humanitarian nature, I am a member of several facebook groups about this disease and there I got real information and experiences of people who are now sick or were sick. I want to make an application for all of us who are sick with this rare disease. The application should be free for users.
I will describe how I envisioned the application: 1. opening a new user account: - email address (must be entered) - password (must be entered) - first name (as an option and not as a condition) - last name (as an option and not as a condition) - nickname (must be something enter) - country (required to enter something) - City (required to enter something), - (add your small photo (if it would not take up too much space in the database)) - year of birth (required to enter) - something about yourself (optional type) and the most important option - “My story about Guillain Bare syndrome” (must write something) and option - “My new story of my Guillain Bare syndrome” (it is not mandatory to write anything) that part will serve as new information for (additional new condition disease and how he feels or which medicine helped him or similar).
And save data.
User can sees other “user profiles” and when he clicks on the profile of another user, he sees all information about him/her except the email address and cannot change the information. 5. the user must see a “filter option” in which he can search the profile with: nickname or name or surname or country or city or year of birth … In first screen of applications need be: - log in - sign in - reset password. After successfully login can see all profile and can pick any profile and see all data except email address. Also can use filter for search… And in navigation bar at the bottom need be also icon for open web page in application (webview) (link to web site about news about research on “Guillain Bare syndrome”) … .
I think that such an application would help to create a community about this disease and that users could also read other people’s experiences. You could find useful information there.
This application would not go on the Playstore, only will share on Facebook groups of “Guillain Bare Syndrome” only for people who are sick and need information and experiences of other people who are sick or have been sick. Please advice which Glideapps subscription I need for that app? To begin with, there might be few users, but maybe there will be, for example, 5,000… Is it possible to make the database in google table?
I am asking for your help if someone would like to help me create a template and database for this application for humanitarian purposes. I would be very grateful for help.
I can pay a small amount for help (I can’t do more because in Croatia when you’re sick, the salary is much lower).
Hello Sinisa, what a nice self-introduction and thoughtful project you want to build on Glide. Hopefully your app will help you and others with your rare condition.
I’m not sure, but you might want to build a project on Pages rather than on Apps. Others might chime in to give their opinion.
You could build most if not all of the features you described.
Unless you absolutely need Google Sheets, you could use Glide Tables which will make your life easier (and app faster).
The first part of your app when a user first signs up: for this onboarding phase, you could search for “onboarding” or “custom form” (by @Darren_Murphy), many discussions in the forum will help you.
Private user profiles vs public user profiles: there’s is a tutorial on exactly this topic by @Robert_Petitto, you’ll find the video in the tutorial section. The basic idea is you’ll need to create 2 tables for this that will be linked.
For the search feature, a search bar will be perfect.
For the filter feature, the native filter feature would do or a custom filter would be another option should you want a more advanced user experience (you can search “custom filter” in the forum).
For now, I don’t think you would need to build a password feature and you could use Glide’s built-in security features which are probably safer then what us developers could build.
I hope the ideas above might help get you started. Welcome to Glide
Greetings from a descendant of Croatians! My grandparents were from there.
I don’t think you need to start with a subscription while you are building out the app, and when you do go public and share it on Facebook, you could go with the Starter subscription. Since it seems this will be for a limited number of people, you could wait to get a bigger subscription after you see how many users are using every month.
However, if you will be storing a lot of images, you may need to go with a larger subscription right away. It doesn’t sound like what you are building is for the medical community, though, and probably will only link to outside documents and web sites as needed.
I agree that you also should consider using Glide Sheets, and that you should consider using Pages instead of app. Pages scale better to tablets and laptops and such.
You will find lots of help from this community if you get stuck or have questions. I know paid experts are available if you want someone to build out the app for you. But with your experience in I.T., you should give it a go yourself.
However copying those apps and studying them could give you some ideas, and if you find one that is close to what you are trying to build, you could turn it into Pages using the database as a starting point.
Hi… my advice is… always use Google Sheets as a base, even if you think you won’t need them… as your app grow, there will be many practical uses of google services.
always… this is the real power of Glide, to have GS as a base… many Glide users start creating App databases in Glide tables… then it is a hard time to bring them back to GS when they need some special use… like triggers, PDF, bulk emailing, time driven actions, archiving data to free Glide row limit… free integrations without using Zappier or any other third party services… so yes, the Best way to start the Glide App is to make it integrated with GS… even if you think you will not need it.
60% of my customers start it without… or even worst… they chose Glide Pages… then… their only option was to build from the scratch. You cant have top functionalities without it.
BTW… there is no better platform than Glide! I love it, and I am 100% committed to it. it seve me countless hours of creating UIs for my Apps
These two aspects in particular make a lot of sense.
You seem to want to avoid Zapier or Make. I try to avoid them as well.
I wonder if using JS and the YesCode column in Glide Tables would be similar to using Google AppScript to allow for the top functionalities you speak of.
in many cases yes… but GAS gives you the freedom to access other spreadsheets and web apps … and parameters… and full control of the spreadsheets… and is so fast!!! hundreds of thousands of rows processing in the blink of the eye LOL… no edit limit (unless is for really big queries)
the yes code and JS column, are such great tools, that is what makes Glide the best!!! no mention of rich text component with HTM/CSS inputs… no one can beat Glide with that!
This exchange above might be useful to you @Sinisa_Bogicevic for your project. My apologies for the tangent and hijacking your self-introduction.
Back to “start your project on Glide Tables or Google Sheets?”
At the beginning of your project, it seems that you would be fine with Glide Tables. The question would arise should you start needing advanced features. You could then opt for Javascript in Glide Tables, AppScript in Google Sheets, or Zapier/Make with either Glide Tables or Google Sheets. I don’t think there is a right or wrong answer here, simply different approaches and what one might feel more comfortable with.
My personal approach would be to start with Glide Tables (keep development in Glide as long as possible), and then either expand with Make (nocode) or with Javascript in a Glide Table (code).
EDIT: And @Uzo sees it slightly differently I think, and that’s fine, we all have different comfort levels.