{"id":13534077,"url":"https://github.com/und1n3/taleia","last_synced_at":"2025-04-01T22:31:12.821Z","repository":{"id":177680360,"uuid":"413559627","full_name":"und1n3/taleia","owner":"und1n3","description":"Android App to generate radom sets of words.","archived":false,"fork":false,"pushed_at":"2021-11-20T19:27:10.000Z","size":2505,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-02T21:31:57.112Z","etag":null,"topics":["appwrite","kotlin","kotlin-android","taleia"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/und1n3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-10-04T19:37:33.000Z","updated_at":"2023-11-23T10:48:24.000Z","dependencies_parsed_at":"2023-07-09T06:30:41.752Z","dependency_job_id":null,"html_url":"https://github.com/und1n3/taleia","commit_stats":null,"previous_names":["und1n3/taleia"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/und1n3%2Ftaleia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/und1n3%2Ftaleia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/und1n3%2Ftaleia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/und1n3%2Ftaleia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/und1n3","download_url":"https://codeload.github.com/und1n3/taleia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246720488,"owners_count":20822913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appwrite","kotlin","kotlin-android","taleia"],"created_at":"2024-08-01T07:01:26.129Z","updated_at":"2025-04-01T22:31:12.322Z","avatar_url":"https://github.com/und1n3.png","language":"Kotlin","funding_links":[],"categories":["Showcase (Built with Appwrite 📣)"],"sub_categories":["Android"],"readme":"# Welcome to Taleia App!\n\nThis app let's you create random sets of words in order to break the writer's block.\nIt has 3 main screens:\n\n- **Scene**: It generates 3 words for *Who*, *What* and *Where*\n- **Character**: It generates 4 words for  *Who*, *Adjective* and some kind of characteristics with a verb and a noun.\n- **Challenge** : It generates 3 words for *what* , *writting style* and *limitation*\n\n# Features\n\nImplemented a Log In / Sign In functionality with AppWrite ( )\n\n\u003cimg src=\"https://github.com/und1n3/taleia/blob/main/readme_images/main_screen.png\" alt=\"drawing\" width=\"200\"/\u003e\n\n\u003cimg src=\"https://github.com/und1n3/taleia/blob/main/readme_images/info.png\" alt=\"drawing\" width=\"200\"/\u003e\n\n\nOnce logged in the user can save the combinations (stored in the AppWrite platform).\n\n\u003cimg src=\"https://github.com/und1n3/taleia/blob/main/readme_images/loged_menu.png\" alt=\"drawing\" width=\"200\"/\u003e\n\n\u003cimg src=\"https://github.com/und1n3/taleia/blob/main/readme_images/login_menu.png\" alt=\"drawing\" width=\"200\"/\u003e\n\n\u003cimg src=\"https://github.com/und1n3/taleia/blob/main/readme_images/name_alert.png\" alt=\"drawing\" width=\"200\"/\u003e\n\n\nThey will be displayed in a Toast message (scrollView still in progress)\n\n\u003cimg src=\"https://github.com/und1n3/taleia/blob/main/readme_images/saved_combo.png\" alt=\"drawing\" width=\"200\"/\u003e\n\n\u003cimg src=\"https://github.com/und1n3/taleia/blob/main/readme_images/toast.png\" alt=\"drawing\" width=\"200\"/\u003e\n\n\nHere we can see the saved files in Appwrite:\n\n\u003cimg src=\"https://github.com/und1n3/taleia/blob/main/readme_images/app_users.png\" alt=\"drawing\" height=\"300\"/\u003e\n\n\u003cimg src=\"https://github.com/und1n3/taleia/blob/main/readme_images/app_docs.png\" alt=\"drawing\" height=\"300\"/\u003e\n\n# How to implement Appwrite:\nIn order for it to run, we need to create an Android project and inside this projects the following three collections:\n\n### Scene\nWill be used to store the scene combinations. It has to be set with the following Rules and Permissions:\n\n - **Rules**:\n\t - who : *Text*\n\t - what : *Text*\n\t - where : *Text*\n\n - **Permissions**:\n\t - read access : *\n\t - write access : *\n\n### Character\nWill be to  store the character combinations. It has to be set with the following Rules and Permissions:\n\n - **Rules**:\n\t - who : *Text*\n\t - adj : *Text*\n\t - tick1 : *Text*\n\t - tick2 : *Text*\n\n - **Permissions**:\n\t - read access: *\n\t - write access: *\n\n### Challange\nWill be to store the challange combinations. It has to be set with the following Rules and Permissions:\n\n - **Rules**:\n\t - what : *Text*\n\t - style : *Text*\n\t - restrict : *Text*\n\n - **Permissions**:\n\t - read access : *\n\t - write access : *\n\n\n### Hope you like it!\n\n## WIP\n\n- [ ] Display the list of saved Instances in a scroll view\n- [ ] Display the three options in a menu Tab in the saved prompts activity\n- [ ] Add icons to the Drawer Navigation Menu\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fund1n3%2Ftaleia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fund1n3%2Ftaleia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fund1n3%2Ftaleia/lists"}