Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 6    Views: 146

FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
12/16/16 06:21 AM (7 years ago)

Jobs Board

Hi Guys, Ive been asked by some one to do an app that consists of a live jobs to do list (updated daily) That him and his workmates can update from within the app as they do each job, What would be the best way to address this, is there an online way of doing this without having to build a database driven solution within the app. Thanks Sean
 
Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
like
12/16/16 07:34 AM (7 years ago)
This isn't too difficult to achieve. It sounds like a todo list and you will find many tutorials that cover this. You can easily modify the code to add extra fields. You would probably want a good login screen so you know who is posting, amending and completing the job requests. I would recommend Firebase plenty of tutorials and its cross platform.
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
12/16/16 08:04 AM (7 years ago)
Thanks Kittsy, will have mooch. :)
 
Susan Metoxen
buzztouch Evangelist
Profile
Posts: 1706
Reg: May 01, 2011
Hopkins, Minnes...
26,260
like
12/16/16 12:46 PM (7 years ago)
I'd keep the database in mySql. I've done some similar projects. I would use the dataUrl functionality to display the open jobs, then a webview screen for changes. That way you could use as much native code as Buzztouch can provide, then use the php and webscreens for the next layer in.
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
12/16/16 02:18 PM (7 years ago)
Thanks Susan, I was trying to avoid the database side as iv not been very successful with them in the past, Will look into your suggestions though. Sean
 
Susan Metoxen
buzztouch Evangelist
Profile
Posts: 1706
Reg: May 01, 2011
Hopkins, Minnes...
26,260
like
12/16/16 03:01 PM (7 years ago)
You need some sort of database to store the jobs. Your users will make additions, changes, and deletions from their devices, but they will need some central place where the jobs reside.
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
12/17/16 12:08 AM (7 years ago)
OK Susan, so im gonna need a database, behing it, i have setup sql forum before as a test, can this be used and just change the settings to suit what i want, heres what i did so far. http://appagram.co.uk/forum/ I havnt got past setting the forum up as when i looked at the admin backend it was intense and I will admit to being bit scared lol. Sean
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.