fyne-io / 7guis

Fyne implementation of 7GUIs: A GUI Programming Benchmark - https://eugenkiss.github.io/7guis/
15 stars 7 forks source link

CRUD? #2

Open DaleEMoore opened 4 years ago

DaleEMoore commented 4 years ago

I'm DELIGHTED to find fyne is working the 7 GUIs tasks! I'm especially excited anticipating the answers to the CRUD task.

You go folks!!

andydotxyz commented 4 years ago

Thanks @DaleEMoore I think that the CRUD will need to wait until we have the data API available which will be in the next big release. Watch this space :)

DaleEMoore commented 4 years ago

Is there someplace I could watch smaller milestones (inchstones?) as development on the next big release progresses? Or should I follow https://github.com/fyne-io/7guis/projects as tasks workflow?

andydotxyz commented 4 years ago

You can see the work towards next release at https://github.com/fyne-io/fyne/milestone/7.

This repository is being developed as and when we can so doesn't really have a plan of it's own.

andydotxyz commented 3 years ago

We moved out the data binding work to the 2.0 milestone, but this is now under way https://github.com/fyne-io/fyne/milestone/6.

If you're interested in progress you can use the Fyne develop branch which now has the starts of data binding and animation :)

Jacalz commented 2 years ago

Just linking to https://github.com/fyne-io/7guis/pull/12 as it seems to solve this.

DaleEMoore commented 2 years ago

This is lovely, thanks!!

All I had to do was:

  1. Look around https://github.com/fyne-io/7guis/pull/12 and find references to https://github.com/andydotxyz/7guis/tree/feature/crud.
  2. git clone https://github.com/andydotxyz/7guis/tree/feature/crud
  3. cd crud/crud
  4. fyne-cross android -app-id crud.mooreworks.net . >t1 2>&1

And CRUD is running on my andi, YEA!

I'll bet crud will look good at https://github.com/fyne-io/7guis sometime.

On Sat, Mar 5, 2022 at 2:30 AM Jacob @.***> wrote:

Just linking to #12 https://github.com/fyne-io/7guis/pull/12 as it seems to solve this.

— Reply to this email directly, view it on GitHub https://github.com/fyne-io/7guis/issues/2#issuecomment-1059720849, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA2MC6CPXUFPO7JQS4PPMDU6MLRTANCNFSM4KCXCYGA . 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.

You are receiving this because you were mentioned.Message ID: @.***>

andydotxyz commented 2 years ago

Yup, the PR will be merged soon I hope, once I get a chance to respond to the comments.