Skip to content

Commit

Permalink
Removed a todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ipinlnd committed Oct 18, 2023
1 parent 37fd7f2 commit 711102d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ As part of your assessment, you are required to complete an android application

Please read the [OpenAPI docs](https://cube-academy-api.cubeapis.com/docs) documentation before beginning.

You need to include an Authorization header to your API calls after you successfully register and login the user. The API uses a Bearer token for Authorization.
You need to include an Authorization header to your API calls after you successfully register and login the user. The API uses a Bearer token for Authorization.

** Since we don't have a login page, you need to call the register/login endpoint from a software like postman and store the returned Auth Token in the gradle.properties. We have left an empty variable in there for you **

### Your contribution
As stated earlier, parts of the code that require your implementation are marked with a TODO comment. These parts include:
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_create_nomination.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
android:background="@color/grey_mild"
android:layout_marginTop="40dp" />

<!-- TODO: This title needs to include a pink color in the middle -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 711102d

Please sign in to comment.