Weekly workflow

Information about our weekly workflow and scheduled meetings

Weekly schedule

All times are in Helsinki time

  1. Weekly meeting every Monday at 9am

  2. Daily meeting from Tuesday to Thursday at 1pm

  3. Wrap-up meeting every Friday at 1pm

Meetings are held at our Appear.in Room @ https://appear.in/lianamobile

Weekly workflow

If you are doing something that does not follow this workflow, most likely you should not be doing it that way.

  1. Check out the week card @ https://trello.com/b/CjA2zUun/lianamobile-weeks and see which project(s) you have been assigned to.

  2. Check out the project card @ https://trello.com/b/7RKdnOfb/lianamobile-projects and see who is the Project Manager of the project(s).

  3. Ask the Project Manager what you should do next.

  4. Project Manager might or might not have Github issues for you to start working on directly — if no issues exist, you must create them before starting to work on them. We have no secretaries. More about Git workflow

  5. Once you are done with an issue / update, test your code. Test it in real application environment — real application environment means the actual application running and executing your code, not just you linting it or staring at a terminal shell that runs checks. This is mandatory for every single line of code you write.

  6. After testing the code, create a pull request and ask your Project Manager to view it or pass it on to a senior developer for review. They will review and test your code before it’s done. Sometimes this phase might take some time (especially if the PM waits for larger amount of issues to be done for a new build etc), so feel free to start working on another project issue that’s assigned to you or go back to step 3.

  7. If everything is okay and your issue did not need any fixes, start working on another project issue that’s assigned to you or go back to step 3.

Edit on GitHub