A Scrum Board written in LiveCode!

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

keithglong
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 348
Joined: Sun Jul 03, 2011 2:04 am
Location: Gulf Breeze, Florida

A Scrum Board written in LiveCode!

Post by keithglong » Tue Feb 10, 2015 4:52 am

Hi All,

I decided to take a quick "stab" at coding a basic "Scrum Board" in LiveCode. (You'll find the stack attached to this post.) This is a very basic attempt, so please bear with me.

Note: I wrote this pretty quickly, so there will obviously be things that could be done more efficiently, etc. Also, there will probably be some errors.

To use the Scrum Board:

- When you load the stack in LiveCode, go into Run/Browse mode (i.e., the top left arrow in the Tools Palette) to run the program.

- Left click on a "Sticky," and keep the mouse button down, to drag the "Sticky" around.

- Double click on a "Sticky" to edit the text. Click outside of the "Sticky" to stop editing.

- You can right click on each "Sticky" for popup menu options.

- When you right click on a "Sticky" and select "Add New Sticky," a new "Sticky" with the same color as the one you clicked on is created. However, when you right click outside of a sticky and choose the same option, a yellow "Sticky" is created by default.

- You can left click on the vertical lines and drag them to change the widths of the columns.

- You can double click on the column headings to enter custom names/labels. Click outside of the fields to stop editing.

- I haven't added any features for saving, so just save the stack to save your customizations.

That's about it for now! Enjoy! (And feel free to add additional features to the stack and/or to even use it as an actual Scrum Board.)

Best regards,

- Boo
Attachments
LiveCode_Scrum_Board.livecode.zip
(4.36 KiB) Downloaded 371 times

keithglong
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 348
Joined: Sun Jul 03, 2011 2:04 am
Location: Gulf Breeze, Florida

Re: A Scrum Board written in LiveCode!

Post by keithglong » Tue Feb 10, 2015 8:23 am

Hi Again,

I made a few edits and uploaded the newest version...

Thanks,

- Boo

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: A Scrum Board written in LiveCode!

Post by LCNeil » Tue Feb 10, 2015 11:14 am

Wow very cool boo! nice work :)

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Location: Plymouth, UK
Contact:

Re: A Scrum Board written in LiveCode!

Post by dave.kilroy » Tue Feb 10, 2015 2:10 pm

Well done Boo! I've only been meaning to do something like this for the last two years - you've done a great job that will be very useful for a lot of coders :)

Kind regards

Dave
"...this is not the code you are looking for..."

James Little
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 47
Joined: Thu Apr 27, 2006 11:19 pm
Location: Seattle

Re: A Scrum Board written in LiveCode!

Post by James Little » Tue Feb 10, 2015 6:12 pm

Very nice, Boo. Thanks for sharing this.

Best,

Jim

ThomasFireheart
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 48
Joined: Sat May 24, 2008 2:27 pm
Location: Indiana, USA

Re: A Scrum Board written in LiveCode!

Post by ThomasFireheart » Tue Feb 10, 2015 7:57 pm

Thanks ! I don't know enough LiveCode to really be able to dig in to the inner workings of what you did, but I'm hoping as the class progresses I'll be able to contribute.

lohill
Posts: 770
Joined: Tue Dec 08, 2009 6:37 pm
Location: San Diego, CA USA

Re: A Scrum Board written in LiveCode!

Post by lohill » Tue Feb 10, 2015 9:26 pm

Very nice Boo.

Larry

Wolfbyte
Posts: 6
Joined: Wed Jan 21, 2015 12:14 pm

Re: A Scrum Board written in LiveCode!

Post by Wolfbyte » Tue Feb 10, 2015 9:58 pm

Great job Boo. Very quick and useful.
Wolfbyte

macrod
Posts: 13
Joined: Fri Jan 16, 2015 1:02 am

Re: A Scrum Board written in LiveCode!

Post by macrod » Tue Feb 10, 2015 10:51 pm

Excellent stuff Boo... well done! :)

ToddFabacher
Posts: 280
Joined: Fri Jan 09, 2015 6:15 pm

Re: A Scrum Board written in LiveCode!

Post by ToddFabacher » Tue Feb 10, 2015 11:13 pm

Brilliant!

--Todd

keithglong
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 348
Joined: Sun Jul 03, 2011 2:04 am
Location: Gulf Breeze, Florida

Re: A Scrum Board written in LiveCode!

Post by keithglong » Wed Feb 11, 2015 5:44 am

Hi All,

It was fun to apply my learning from the course into a real-world example. (I am being more consistent now with the naming of variables, the use of organized commands/functions, etc.)

Feel free to modify the stack and improve upon it. If I have time, I'll try to implement "drag resizing" of the "Sticky" fields, as well as the ability to save projects to file.

Best regards,

- Boo

higable
Posts: 5
Joined: Fri Jan 30, 2015 8:38 am

Re: A Scrum Board written in LiveCode!

Post by higable » Fri Feb 13, 2015 9:04 pm

Great - Love the download. Was looking for something like this to use for projects. Will be great to use for upcoming project during the Training.

Thanks again.

Ron.

higable
Posts: 5
Joined: Fri Jan 30, 2015 8:38 am

Re: A Scrum Board written in LiveCode!

Post by higable » Wed Feb 18, 2015 10:00 pm

Hopefully, you can implement saving to a file and then retrieving the notes.

Thanks again.

ron.

keithglong
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 348
Joined: Sun Jul 03, 2011 2:04 am
Location: Gulf Breeze, Florida

Re: A Scrum Board written in LiveCode!

Post by keithglong » Wed Feb 18, 2015 10:21 pm

Hi Ron,

Yeah, I'll try to add that soon. In the meantime, you can just save each project as a separate stack file.

Best,

- Boo

chipsm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 244
Joined: Wed May 11, 2011 7:50 pm
Location: Southern California

Re: A Scrum Board written in LiveCode!

Post by chipsm » Mon Feb 23, 2015 3:38 pm

Keith,
I like your SCRUM Board.
It is ideas like this that sell LiveCode to me. I is my hope that ideas for projects like this would be the basis for a complete sample project that the LiveCode team would be willing to deliver to the "Create it with LiveCode" team and participants. I could foresee adding schedules, time codes, resources, contacts and Status along with Web access and emails to contacts.
LiveCode Team - please consider making this sample as part of a complete project tutorial.
I think that the other samples and exercises are great, but I think a complete project with some real meaning is something that everyone can get their heads around.
Keith, you have provided some inspiration to me with this sample and I intend to use this as a model for some of my projects.
Thanks.
Clarence Martin
chipsm@themartinz.com

Post Reply

Return to “Talking LiveCode”