Code Monkey home page Code Monkey logo

backend's People

Contributors

adevade avatar kansoldev avatar ntemkenyor avatar riya-bot avatar utibeabasi6 avatar

Stargazers

 avatar

backend's Issues

Get Assitance/Modules from the Database - "get_assistance.php"

Inline with issue #12 we will then need to write code to the "get_assistance.php" file to be able to display details about the Different modules or assistance tools on the database that was earlier entered by users around the world.

Get inspiration from:
"style/get_style.php" and "attribute/get_attribute.php" endpoints.

Documentation

We need proper documentation of this repository.
Dev Documentation
All the files and the different thing the files do so that it will be easy for other developers to contribute.

User Documentation
The different endpoints and the different kinds of data feedback the endpoints provide. Some provide JSON structures, strings or raw html content.

Get Data For File Explorer Display

We want to create an endpoint in the "projects" folder where we can communicate with the Front-end Guys to inform them of the current files and folders in a particular Project.

GOAL
Give a Project Id
We will produce a JSON structure of the files and sub-folders in that particular project directory.
e.g

output = {
status: successful, 
project: [ file: index.html, folder_name: [file: javascript.js] ] 
msg: No problem in connection and the Project details have been sent.
}

adjust line 50 of get_elements.php

Some variables in line 50 are not defined. Your Job is simple: Just remove the undefined variables and make sure that the content the array is sending out are the parameters in the query.

Create the Folder before Creating the file

File = "projects/add_project.php"

Instead of creating a new file alone, We should create a new folder and then create the file inside the folder.

Aim: This will help us create a system render of files and other folders inside that particular project for the end-user.

We can call the file "index.html" and maintain the project_location name(code line 22) for the folder, In order to make every folder very unique. (Remember that folders do not have an extension)

Load a Saved Project

if given a project_id or project_name, Adjust the load_saved_content.php to locate and return the given project content.

Make a Profile Endpoint for the Frontend Repo

We will love to get details about a User as to make his/her Profile page dynamic.

GOAL
Give a user id
We should produce more details about the user

output = {
status: successful,
user: [id: 2, username: somebody etc],
modules: 40, 50, 67,
projects: 2, 30, 102, 
msg: Connection completed,
}

the numbers in the modules and projects section represent the module and project ids respectively.

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.