Fantasy Cricket is back! Give Feedback Here

One thing, can you add me to the test team to try Indivisual matches?
 
What do you mean?
I mean that if you can add me to the testing team of the Fantasy Cricket to checkout how the the indivdual matches of two teams work :)
 
I mean that if you can add me to the testing team of the Fantasy Cricket to checkout how the the indivdual matches of two teams work :)
I'm not looking to open it up to anyone else at this point, not until everything is finished.

I've added a two team match as an example, but it's not any different in terms of functionality.
 
Ok wil look forward to try it and checkout the bugs. :)
 
Wasn't able to select the team on Chrome on Mac without zooming out.
Great work otherwise!

One thing you might want to add is the ability to move players within positions, eg, I wanted to move Maxwell from batsmen to bowlers, but had to remove him and add him back, couldn't drag him out.
 
One thing you might want to add is the ability to move players within positions, eg, I wanted to move Maxwell from batsmen to bowlers, but had to remove him and add him back, couldn't drag him out.
It worked like that initially, but my fairly hacky scripting for that side of things was having real trouble with the ability to respond correctly to picking them back up again. At the point where I gave up and switched to fixing the slots and having a remove button, the issue was that I couldn't reliably detect when a player was removed from the list - occasionally it would work fine but other times it would refuse to activate the drops or let you put multiple players on one spot.

I'm sure it's possible, but scripting that kind of thing is totally new to me, so I'm shocked I got as much to work as I did.

Players you deselect go to the bottom of the list, so that should help somewhat in finding them again.

Wasn't able to select the team on Chrome on Mac without zooming out.
What's the screen resolution? It needs a bit of vertical space to fit the slots in, maybe if I made that side panel scrollable or shrunk some of the things down a bit?
 
Umm, not sure what resolution, sorry.. Still a mac noob. It's a macbook pro 13", so the default resolution on that.
It was showing 3 reserve spots, and I could only access the other 2 after I had zoomed out twice.
Would having 2 scrollable frames work well?
 
Would having 2 scrollable frames work well?
No it doesn't unfortunately, those draggable things don't work well when there's scrolling involved.

My first step might be removing the headers for the different sections and instead have something in the background of each one showing what the slot is for.
 
Umm, not sure what resolution, sorry.. Still a mac noob. It's a macbook pro 13", so the default resolution on that.
It was showing 3 reserve spots, and I could only access the other 2 after I had zoomed out twice.
Would having 2 scrollable frames work well?

I have a 13 inch Pro and I could see it fine without zooming out - in Safari though so that might be a factor
 
It probably won't be complete by the end of the week, but it is probably at a point where I can set it up so that people can put in teams, but there's still a lot of work to be done on scoring and reserves, so it won't be fully operational at the start.

I'll try to do that tomorrow.

I've been doing work on the match information screens, as those are the main things that need to be in place to let people sign up with teams, but at this point I'm yet to start work on scoring and reserves.

:tick: Implement database structure
:tick: Implement player database
:tick: Implement squad system
:tick: Implement team selection screen
:tick: Implement the back end code for processing team selection
:x: Implement the reserves system
:right: Implement match information screens
:x: Implement match scoring
:x: Polish appearance/add information screens
Hey Matt is there any update after this? and what about those inactive links?
 
Okay, couldn't get much done in the last few days, but I've now completed an additional element of the system - the match information screens. They show things like the current standings and let you view the team you submitted and the scores your players have got so far.

Doing this also gets me quite a long way down the implementation of scoring and reserves - but the interfaces for those aren't in place yet.

Progress:
:tick: Implement database structure
:tick: Implement player database
:tick: Implement squad system
:tick: Implement team selection screen
:tick: Implement the back end code for processing team selection
:x: Implement the reserves system
:tick: Implement match information screens
:x: Implement match scoring
:x: Polish appearance/add information screens

No estimate yet on being finished, but those screens are a more significant amount of work than they sound.
 

Users who are viewing this thread

Top