aistiak

@istiak

Joined on Feb 2, 2021

  • user stories teacher a teacher can register in the app and wait for his account to be approved as a teacher by the admin after approval he can login to the app he will he able create a quiz after he published a quiz it would be available to the students he can click a specific quiz details to see which students have taken the quiz and what their socres are student a student can register in the app and wait for his account to be approved as a student by the admin
     Like  Bookmark
  • documentation 1 there will be a scrum meeting every week discussing the progress of each team member and overall progress of the project every member will give there updates on tasks or issues they are assigned frameworks express for backend api development React.js for frontend UI mongodb for database figma for mockup design git for version controlling
     Like  Bookmark
  • team meetings schema desing and system desing project structure , tools task devide and assign to team members cyclic meeting meetings every 3/4 days discussing the feature progrss of each team member , code review and refactoring folder structure frontend (vue3/react)
     Like  Bookmark
  • as it would be a ecosystem of enterprise apps so it would require 3 to 4 weeks of planning phase before actual development work and given that the UI/UX is ready things to be decided in planning phase infra system design design data model (database structure) of the modules intercommunication strategy of different services validation of various concepts break down of epics and taks etc
     Like  Bookmark
  • https://developers.facebook.com/docs/marketing-api/advantage-creative-for-catalog https://developers.facebook.com/docs/marketing-api/advantage-creative-for-catalog#template-data link and extra fields poc description is not supported in instagram ads payload {
     Like  Bookmark
  • laravel react Img upload react component import { useState } from "react"; import { useForm } from "react-hook-form"; import { useDispatch } from "react-redux"; import { createNewPage } from "../../store/edition/edition.action"; export default function PageCreationForm({ setShow }) { const { register, handleSubmit } = useForm({ shouldUseNativeValidation: true,
     Like  Bookmark
  • steps to set up saas-lms on cpanel hosting upload the code to desired server location get Cpanel api token type api in the search bar , then go to the menu shown in the image below create a new token
     Like  Bookmark
  • create a image from a running container docker commit -m " commit messange" -a "author info" <container-id/name> username/iamgename:tag ex: docker commit -m "added server" -a "arif istiak" 0123asd123 aistiak/saas_apache:v3.2 -m is commit message -a is author info run bash in a container in interactive mode
     Like 1 Bookmark