Code Monkey home page Code Monkey logo

backend-nodejs's People

Contributors

ankazu avatar paperhsiaooo avatar

Stargazers

 avatar

Watchers

 avatar

backend-nodejs's Issues

[課程影片] 影片觀看是否完成紀錄

當使用者關看完影片後,會有個「勾勾」紀錄使用者已曾觀看完畢
下回使用者進入到課程觀看頁面時,優先播放課程列表中,尚未觀看完畢的第一個單元

API / 取得課程列表

{
	"status" : true,
	"data": [
		"courses":[
			{
				"id": "course_id",
				"title": "course_title",
				"image": "course_img_url",
				"is_publish":true/false
			},...
		],
		"pagination":{
			"total_page":"number",
			"current_page":"number",
			"next_page":"number",
			"prev_page":"number"
		}
	]
}

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.