Nabeel S.

Results 183 comments of Nabeel S.

It's not possible now, but this is something I can potentially look at for 7.1 as an option

I'm not familiar with that, what is it?

Just some thoughts/notes for me: - Have a generic stats collection class: ```php abstract class Stats { public $statName; // Hold the stat name abstract function calculate(User $user): Stat; public...

Yeah, I was also thinking it should come out from the pilot's wallet and go to the airline.

And also modifying and including additional integration tests to cover this case. I've moved it onto the roadmap from 7.0

There's no need to hack it that way. It'll be the same template you're looking at, with just the list of available awards to add. Just a simple form POST...

How would the flight number work? Just the current flight number +1? What if that number exists already?

Even if it already exists, I can still create it. And that's what I was thinking for the flight number.

When would the skip button show? If there's already an airline and user in the database?