Giter VIP home page Giter VIP logo

zc_app_android's Introduction

Zuri Chat


License API

Overview

This is The Android repository for Zuri Chat project.

Contributing

  • Fork the project.
  • Clone your own forked repository, run git clone "https://github.com/[your_github_username]/zc_app_android.git"

Add remote upstream using the command git remote add upstream "https://github.com/zurichat/zc_app_android.git"

  • run: git fetch upstream - You must fetch from develop before or after checkout
  • run: git merge upstream/develop - Merge updates from upstream
  • git checkout -b feat/user-login - You are in the feat/user-login branch now
    To push to github;
  • git add .
  • git commit -m "feat: implemented user login"
  • git push origin feat/user-login - note how it ends with a branch.

Commit Message Format: chore, feature, bug

For a feature: git commit -m "feat: implemented user log-in"
For a bug: git commit -m "bug: fixed inconsistency in log in screen"
For a chore: git commit -m "chore: updated read me to include API endpoints"

  • Create your PR to the develop branch of this repository.

When making a PR, your PR is expected to have the following comments:

  • What is the task completed ?
  • What the PR actually does ?
  • How can this PR be manually tested ?
  • Any background contexts ? (maybe something a tester might not notice and be useful for testing)
  • Screenshots (of your implementation - a web page, a mobile app screen or an API payload

For Fragments, use the already created delegate function viewBinding() to use viewBinding. Read more here

zc_app_android's People

Contributors

abaxx avatar adelawson avatar afhamu avatar ayetolusamuel avatar cephaspeter avatar dapoanjorin avatar ebubecode avatar ericomartin avatar geofferyj avatar grillzwitu avatar hibecode avatar holutunde avatar iameben avatar jameshardey avatar judahben149 avatar krysnkem avatar lawson652 avatar logickoder avatar munnyraht avatar nwevopeace avatar oyedee avatar peculiaruc avatar raffysul avatar sallyjayz avatar solidtm avatar success0452 avatar tolulonge avatar tommzydanz avatar vcky4 avatar wolecode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

zc_app_android's Issues

Setup CI/CD workflow.

To help in stress free team work, we need Github actions to help pull request mergers avoid merging conflicting code to the code base.

Two Factor Authentication

As a user, I want to be able to enable two factor authentication to limit unwanted entries into my account

Copy a message

As a user, I will like to be able to able to copy a message

Edit a message

As a user, I want to be able to edit a message, in case I made mistakes in it

Project Structure setup and DI setup

To help avoid confusion, the codebase structure needs to be setup properly. E.g.
Create folders necessary to avoid redundancy,
Setting up DI for the data layer and repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.