Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/und1n3/taleia
Android App to generate radom sets of words.
https://github.com/und1n3/taleia
appwrite kotlin kotlin-android taleia
Last synced: about 1 month ago
JSON representation
Android App to generate radom sets of words.
- Host: GitHub
- URL: https://github.com/und1n3/taleia
- Owner: und1n3
- Created: 2021-10-04T19:37:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T19:27:10.000Z (about 3 years ago)
- Last Synced: 2024-08-02T07:24:20.283Z (4 months ago)
- Topics: appwrite, kotlin, kotlin-android, taleia
- Language: Kotlin
- Homepage:
- Size: 2.39 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code
README
# Welcome to Taleia App!
This app let's you create random sets of words in order to break the writer's block.
It has 3 main screens:- **Scene**: It generates 3 words for *Who*, *What* and *Where*
- **Character**: It generates 4 words for *Who*, *Adjective* and some kind of characteristics with a verb and a noun.
- **Challenge** : It generates 3 words for *what* , *writting style* and *limitation*# Features
Implemented a Log In / Sign In functionality with AppWrite ( )
Once logged in the user can save the combinations (stored in the AppWrite platform).
They will be displayed in a Toast message (scrollView still in progress)
Here we can see the saved files in Appwrite:
# How to implement Appwrite:
In order for it to run, we need to create an Android project and inside this projects the following three collections:### Scene
Will be used to store the scene combinations. It has to be set with the following Rules and Permissions:- **Rules**:
- who : *Text*
- what : *Text*
- where : *Text*- **Permissions**:
- read access : *
- write access : *### Character
Will be to store the character combinations. It has to be set with the following Rules and Permissions:- **Rules**:
- who : *Text*
- adj : *Text*
- tick1 : *Text*
- tick2 : *Text*- **Permissions**:
- read access: *
- write access: *### Challange
Will be to store the challange combinations. It has to be set with the following Rules and Permissions:- **Rules**:
- what : *Text*
- style : *Text*
- restrict : *Text*- **Permissions**:
- read access : *
- write access : *### Hope you like it!
## WIP
- [ ] Display the list of saved Instances in a scroll view
- [ ] Display the three options in a menu Tab in the saved prompts activity
- [ ] Add icons to the Drawer Navigation Menu